PinnedSebin Xavi·Dec 16, 2021EKS 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…
PinnedSebin Xavi·Jun 26, 2021AWS 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…
Sebin Xavi·Feb 28AI-Powered VPS Manager with OpenClaw, Ollama & TelegramA step-by-step guide to setting up an autonomous AI agent that monitors, diagnoses, and fixes your server — all from a Telegram message.
Sebin Xavi·Jul 4, 2025Data Preparation for ML with AWS SageMaker AI Canvas & Data WranglerIntroduction
Sebin Xavi·May 30, 2022Kubernetes 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…
Sebin Xavi·Oct 10, 2021Kubernetes 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…
Sebin Xavi·Oct 1, 2021Kubernetes 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.A response icon1A response icon1
Sebin Xavi·Oct 1, 2021Kubernetes 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…
Sebin Xavi·Sep 26, 2021Kubernetes 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…
Sebin Xavi·Aug 24, 2021Automating 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…