Saurabh Adhaudevopsvoyager.hashnode.dev·Sep 10, 2024Upgrading Your EKS Cluster: Key ConsiderationsUpgrading an Amazon EKS (Elastic Kubernetes Service) cluster involves meticulous planning and execution to ensure a seamless transition to the new version. Here are essential considerations and steps to guide you through the process: Review Upgrade ...DiscussK8sEKS
Yogesh Rajputyogesheon.hashnode.dev·Sep 8, 2024Streamline Your Workflow: Automate Backup and Recovery with AWS and KubernetesProject: Automate Backup and Recovery Process Step 1: Create an AWS Account and Set up AWS Backup Go to the AWS website and create an account if you don't already have one. Log in to the AWS Management Console and navigate to the AWS Backup dashboa...DiscussAWS Recovery
Saurabh Adhaudevopsvoyager.hashnode.dev·Sep 2, 2024DevSecOps with Kubernetes: Deploying a Secure Tetris Game on AWS EKSIntroduction Welcome to the End-to-End DevSecOps Kubernetes Project! This comprehensive guide is designed to set up a robust DevSecOps pipeline on Amazon Web Services (AWS) using Kubernetes. The project focuses on deploying a Tetris game application ...Discuss·10 likesProjectsKubernetes
Akash Rajvanshihacstac.hashnode.dev·Sep 1, 2024🚀 Day 91/100 🚀Spent most of the day bootstrapping an EKS cluster using eksctl with addons and podIdentityAssociations, integrating ebsCSI, cert-manager policies, ECR, and ALB. Also discovered a cool guide on using a dedicated monitor with GPU passthrough on a Wi...Discuss#100DaysOfDevOpsAzure
Saurabh Adhaudevopsvoyager.hashnode.dev·Aug 30, 2024How can I ensure that a Kubernetes pod is scheduled only on specific nodes, for instance, with SSD storage or with specific taints?Question: How can I ensure that a Kubernetes pod is scheduled only on specific nodes, for instance, with SSD storage or with specific taints? Answer: To ensure that a Kubernetes pod is scheduled only on specific nodes, you can combine node affinity a...Discuss·10 likesQ & AEKS
Ritesh Dolareriteshdolare.hashnode.dev·Aug 22, 2024🎉Day 43: Learning AWS EKS and Deploying a Two-Tier AppToday, we’re diving into AWS Elastic Kubernetes Service (EKS) as part of our 90 Days of DevOps challenge. EKS makes it easier to manage Kubernetes clusters in the cloud, perfect for running and scaling applications. We’ll explore how EKS works and ge...Discuss·29 readsAWS Cloud ⛅AWS
Vansh Malhotracloudinit.hashnode.dev·Aug 19, 2024ArgoCD on AWS EKS, as Simple as Ever!Overview Organizations today have multitudes of pipelines for deploying their applications. However, these lack integration with the model tool set and a more progressive and secure way to deploy an application using the latest DevOps practices. DevO...DiscussCloud
Anindya Mukherjeeeanindyablogs.hashnode.dev·Aug 11, 2024Three tier application deployment on KubernetesWhat do you mean by three tier ? It’s actually a division of your system in 3 parts Presentation Layer (Tier 1): What you see when you open your website is called the presentation layer basically it is the layer that users interact directly 2. Lo...DiscussDevops
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Aug 8, 2024The Definitive Guide to Helm Chart Deployment on an EKS Cluster Using CircleCI ConfigOverview :- Deploying applications on Kubernetes can sometimes feel like steering a ship through stormy seas, especially for those new to the technology. Helm charts offer a streamlined way to package and deploy your applications on Kubernetes enviro...Discusshelm chart
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Aug 6, 2024Kubernetes Secrets Management: Level Up with External Secrets OperatorOverview :- Kubernetes has become a popular platform for deploying and managing containerized applications. As applications grow in complexity, managing secrets such as API keys, passwords, and certificates becomes increasingly important. While Kuber...DiscussAWS secret manager