PinnedSebin XaviEKS cluster deployment using TerraformIn this blog, I will be going to create an AWS EKS cluster with the help of Terraform scripts. Amazon Elastic Kubernetes Service (Amazon…Dec 16, 2021Dec 16, 2021
PinnedSebin XaviAWS EC2 SSH Key RotationSometimes we get the requirement to change the key-pair of AWS EC2 instances for some security reasons. In this article, we will be…Jun 26, 2021Jun 26, 2021
Sebin XaviKubernetes Cluster with RancherI’ve created a blog post that demonstrates how to set up Rancher and integrate an existing AWS EKS cluster into it. Rancher is an…May 30, 2022May 30, 2022
Sebin XaviKubernetes Ingress controller with SSL Cert-ManagerIn this guide, we’ll set up the Kubernetes-maintained Nginx Ingress Controller, and create some Ingress Resources to route traffic to…Oct 10, 2021Oct 10, 2021
Sebin XaviKubernetes Nginx PHP-FPM AppIn this blog, we will deploy a PHP application on a Kubernetes cluster with Nginx and PHP-FPM running in separate containers.Oct 1, 20211Oct 1, 20211
Sebin XaviKubernetes Ipstack Redis AppHere is an example of a simple web application that has an in-memory cache such as Redis Redis deployment with 4 replicas in a three-node…Oct 1, 2021Oct 1, 2021
Sebin XaviKubernetes Liveness and Readiness ProbesLiveness and Readiness probes are used to control the health of an application running inside a Pod’s container. Kubernetes gives you two…Sep 26, 2021Sep 26, 2021
Sebin XaviAutomating Docker Image Builds With Continuous IntegrationThis is a DevOps CI/CD pipeline using Git, Jenkins, Ansible, and Docker on AWS for deploying a python-flask application in a Docker…Aug 24, 2021Aug 24, 2021
Sebin XaviDocker Image with simple Python-Flask ApplicationThe goal of this example is to show you how to get a Python-Flask application into a Docker container. The guide is intended for…Jul 27, 2021Jul 27, 2021
Sebin XaviEC2 Cost Optimization Using AWS Lambda FunctionUsing the lambda function with python code, we will be able to shut down the EC2-instances automatically. The python code that can be…Jul 13, 2021Jul 13, 2021