Harshit Sahuharshitsahu2311.hashnode.dev·Nov 11, 2024Project: End-to-End CI/CD Pipeline of Amazon-Prime CloneIf you want to run the following code in local or through Docker image only then checkout this blog. Part1 Prerequisite Launch an EC2 Instance on AWS Sign in to AWS Management Console. Go to EC2 Dashboard: Under Services > EC2. Launch Instance: N...Discuss·1 like·121 readsGitHub
Kandlagunta Venkata Siva Niranjan ReddyforGetting Started with Kubernetesgetting-started-with-kubernetes.hashnode.dev·Nov 5, 2024Launching an Amazon EKS Cluster from the AWS Console: A Complete GuideSetting up an Amazon EKS (Elastic Kubernetes Service) cluster can seem complex, but with the right approach, it becomes manageable. This guide walks you through setting up a dedicated VPC, configuring IAM roles, deploying the EKS cluster, and managin...Discuss·10 likes·30 readseks kubernetes
KUNALkunaltheengineer.hashnode.dev·Oct 23, 2024Upgrading the EKS Cluster, Node Groups, and Add-Ons from Version 1.28 to 1.29Here are the steps in point form: Upgrade EKS Cluster: Update the EKS cluster to the latest Kubernetes version, ensuring workload compatibility. Upgrade Node Groups: Sequentially upgrade each node group. Upgrade Add-ons: Update all installed ...Discuss·145 readsAWSEKS
Saurabh Adhaudevopsvoyager.hashnode.dev·Oct 22, 2024How do you manage Kubernetes cluster upgrades on Amazon EKS?Upgrading a Kubernetes cluster on Amazon EKS (Elastic Kubernetes Service) involves updating both the control plane and the worker nodes to a new Kubernetes version. Managing upgrades carefully is crucial to ensuring minimal downtime and maintaining t...Discuss·10 likesQ & Aeks upgrade
Saurabh Adhaudevopsvoyager.hashnode.dev·Oct 21, 2024Multi-AZ EKS Cluster Setup with Service for Pod Communication VerificationIntroduction To create an Amazon EKS (Elastic Kubernetes Service) cluster in a Multi-AZ (Availability Zone) configuration and ensure that pods can communicate with each other across different AZs, you need to follow a detailed step-by-step process. T...Discuss·10 likesK8sEKS
Saurabh Adhaudevopsvoyager.hashnode.dev·Oct 19, 2024How can you configure a Multi-AZ Deployment in Kubernetes to ensure high availability?Question: How can you configure a Multi-AZ Deployment in Kubernetes to ensure high availability? Answer: To configure a Multi-AZ Deployment for high availability in Kubernetes, follow these detailed steps: 1. Why Multi-AZ Deployment is Useful Objecti...Discuss·10 likesQ & AEKS
Saurabh Adhaudevopsvoyager.hashnode.dev·Oct 18, 2024Configuring OIDC Provider with AWS Account to Access S3 Bucket from a Kubernetes Pod Using AWS Management ConsoleIntroduction Accessing AWS resources securely from applications running in Kubernetes is a common requirement. By using AWS IAM Roles for Service Accounts (IRSA) and OpenID Connect (OIDC), you can grant fine-grained permissions to your Kubernetes pod...Discuss·10 likesAWSAWS
Anasanasmansuri.hashnode.dev·Oct 2, 2024Learn AWS EKS: Simple Guide for Beginners to Kubernetes on AWSAmazon Web Services Elastic Kubernetes Service (EKS) is a managed container service that allows you to run Kubernetes on AWS without having to manage the underlying infrastructure. With EKS, you can focus on deploying and managing your containerized ...DiscussEKS
mehdi pashamehdipasha.hashnode.dev·Oct 2, 2024Kubernetes Cluster Auto scaler on AWSIntroduction AWS Cloud use Cluster Autoscaler utilizes Amazon EC2 Auto Scaling Groups to manage node groups. Cluster Autoscaler typically runs as a Deployment in your cluster Prerequisites Cluster Auto scaler requires Kubernetes v1.3.0 or greater. ...DiscussDevops articles
Rahul wathblog.aws-devops.blog·Oct 1, 2024Implementation of Fluent Bit with AWS CloudWatch within the Logging in Kubernetes - Best Practice and BenefitsIntroduction Logging is important when monitoring and debugging applications in a fast-paced container orchestration world. With Kubernetes being the most popular container orchestration platform, a reliable logging solution is also needed to facilit...DiscussAWS