Overview In this post, we are going to see how to deploy tomcat on Kubernetes. How to Deploy Tomcat based web application into Kubernetes. We are taking Google Cloud - Kubernetes Engine (GKE) for our example and creating our Kubernetes Cluster with 3 nodes You can do all these steps[...]
Read moreAuthor: Sarav AK
How to perform Oracle Weblogic Deployments - Console
Overview Oracle WebLogic Server is a scalable, enterprise-ready Java Platform, Enterprise Edition 7 (Java EE 7) application server. Oracle WebLogic Server is the industry's best application server for building and deploying enterprise Java EE applications with support for new features for lowering the cost of operations, improving performance, enhancing scalability[...]
Read moreRun MSSQL Server in your MAC/Windows with Docker
As a developer or DevOps resource, you might have had a requirement of running an RDBMS database such as mssql server in your local machine (Windows/Mac) In this post, we are going to cover, how to install and run MSSQL server as a Docker container in 5 easy steps. Steps[...]
Read moreIBM WebSphere ODR - How to Handle Out Of Memory with ODR
Overview IBM Websphere On Demand Router (or) ODR can prevent the application JVM from running out of memory due to the large number of connections that can acquire in the ODR - On Demand Router, the ODR automatically starts rejecting requests and thus closing connections, when the heap utilization exceeds[...]
Read moreCopy files from EC2 to S3 Bucket in 4 steps
Introduction to S3 and EC2 file copy In this article, we are going to see how to copy files from ec2 instance to S3 bucket and vice versa, with the help of IAM roles and without having to use the AWS access key and secrets in the server. In AWS[...]
Read moreAnsible Dictionary - How to create and add items to dict
Introduction In this post, we are going to see how to create a dictionary in ansible during the playbook execution dynamically and how to add items or elements to a dictionary. Before going further, let us refresh our memory of knowledge on the dictionaries. Especially python dictionaries because Ansible is[...]
Read moreTerraform import All AWS Security Groups - How to
In this post, we are going to see how to manage existing and already created AWS Security groups with Terraform. The new era of Infrastructure revolution has begun already and we already started provisioning, managing, administrating our Infra as a code with help of Configuration management tools like Ansible, Terraform,[...]
Read moreAnsible Route53 Examples - read add remove update DNS records
In this post, we are going to see how to add and remove records in AWS route53 DNS using ansible. If you are an AWS architect or a developer/devops executive managing your infrastructure hosted in AWS. you might have used the AWS route53 DNS web service. with route53 you can[...]
Read morePostfix SMTP relay to Office 365 - Single and Multiple SMTP Servers
Postfix is a powerful opensource mail server with a lot of customization options available built-in. I recently had a requirement to set up an Organization-wide mail server to perform SMTP relay to Office365 and allow our Java, JS, Python applications to send emails from different office365 email ids based on[...]
Read moreTraefik Docker Example and Introduction
Traefik Loadbalancer is growing in the container and microservices industry as a leader in Loadbalancing, Routing and service management. It has everything that typical load balancers like haproxy provides and a few cooler and advanced features like Auto Service detections and LetsEncrypt SSL integration and SNI support etc. Here is[...]
Read more