A practical guide for platform engineers navigating the future of Kubernetes traffic management The Wake-Up Call If you’re reading this, you’ve probably already heard the news that sent ripples through the Kubernetes community: Ingress NGINX, the battle-tested controller that’s been routing traffic for countless production clusters since the early days of Kubernetes, is being retired.Continue reading “The End of an Era: Migrating from Ingress NGINX to Gateway API”
Tag Archives: AWS
AWS re:invent 2025 – What to watch?
Ready for AWS re:Invent? Let’s meet at the event. I will be at AWS Community Builders re:Invent 2025 Mixer, AWS Community Builders re:Invent 2025 Mixer Here’s the guide for the event happening December 1-5: Key Keynotes to Attend The event features five major keynotes where AWS CEO Matt Garman and senior executives will announce newContinue reading “AWS re:invent 2025 – What to watch?”
Mastering Karpenter Autoscaling in Rancher RKE2
Have you ever experienced the endless struggle of fitting workloads into your Kubernetes clusters, feeling like you’re stuck in a never-ending game of Tetris? It can be quite a challenge, especially when demand suddenly surges, and you find yourself in a frenzy trying to adjust. But fear not, as we’re about to take a voyageContinue reading “Mastering Karpenter Autoscaling in Rancher RKE2”
AWS re:Invent 2024: The Game-Changing Announcements You Might Have Missed
While the keynotes and major product launches grabbed the headlines at AWS re:Invent 2024, some of the most transformative announcements flew under the radar. Let’s explore these hidden gems that are set to reshape how we build and deploy cloud solutions. Amazon Nova: Pushing the Boundaries of AI The launch of Amazon Nova through AmazonContinue reading “AWS re:Invent 2024: The Game-Changing Announcements You Might Have Missed”
Decoupling Terraform and Ansible: A Deep Dive into Infrastructure Management
Why Decouple Terraform and Ansible? Decoupling Terraform and Ansible allows for a clear separation of concerns in infrastructure management: By decoupling these tools, we can: Approach 1: Jenkins CI Integration This approach uses Jenkins as the orchestrator for both Terraform and Ansible operations. Step-by-Step Example: 5. Run the Jenkins pipeline to provision and configure theContinue reading “Decoupling Terraform and Ansible: A Deep Dive into Infrastructure Management”
New Trends in Devops, Cloud Engineering, Platform Engineering
As we move into 2025, the DevOps, Cloud Engineering, and Platform Engineering landscape continues to change rapidly. These interrelated disciplines are undergoing transformative changes that reshape how organizations approach software development, deployment, and infrastructure management. Let’s review some of the most significant trends in these domains. AI-Driven DevOps and Cloud Operations AI and ML are becoming integral to DevOps and cloud engineering practices. These technologies are enhancing automation, predictive analytics, and decision-making processes throughout theContinue reading “New Trends in Devops, Cloud Engineering, Platform Engineering”
Python Script to find untagged resources in AWS
Here is the script to find a un tagged resources in AWS: Hope you enjoyed the post. Cheers Ramasankar Molleti LinkedIn
AWS CDK (Python) How to Create EKS Cluster
In my previous post, I have discussed about how to create vpc, subnets, internet gateway, nat gateway using AWS CDK(Python). In this post, we will be discussing about how to create EKS (k8s) cluster. This is requested by many of my followers, so I would like to write a blog to help the community. CreateContinue reading “AWS CDK (Python) How to Create EKS Cluster”
How to configure VPC, Network, Internet gateway using terraform
Continuing to previous airtcle , let us setup network using terraform. To begin with, let us create terraform variables, providers I’ve created profile and region as two variables that I will be referring in the terraform resources. variable.tf provider.tf Let’s run terraform init Now you can see that aws provider has been created. You canContinue reading “How to configure VPC, Network, Internet gateway using terraform”
How to configure terraform state file as Amazon S3
In this blog post, I would like to present how to create terraform state file as s3. I will be writing series of blog posts about terraform, ansible automation, How to use AWS CDK to automate infrastructure. To begin with, Let us start about how to configure terraform state file as Amazon S3. Before youContinue reading “How to configure terraform state file as Amazon S3”
