Sumit Kumarsumit01kr.hashnode.dev·Nov 19, 2024Project Name :- Deploying an E-Commerce three tier application on AWS EKS | 8 microservices and 2 databases.Prerequisite:- Configure AWS CLI, Kubectl and eksctl. Clone github repo:- https://github.com/Sumit01kr/three-tier-architecture-demo.git Step1- Create Cluster. eksctl create cluster --name demo-cluster-three-tier-1 --region ap-south-1 Step2- Expor...DiscussEKS
Akaeze Kosisochukwuaudrey01.hashnode.dev·Nov 18, 2024A Comprehensive Guide to Containerizing Applications, Orchestrating with Kubernetes, and Monitoring with Prometheus.This article is a step-by-step practical guide on deploying a containerized application on Amazon EKS, monitoring the application using Prometheus and Grafana, and creating a CI/CD Pipeline to facilitate our workflow. The Frontend uses NextJs while t...Discuss·1 like·59 readsDocker
Victor Nascimentonascimva.hashnode.dev·Nov 17, 2024Guia para Estender a API Kubernetes: Controle de Recursos do Cluster Usando WebhooksIntrodução Kubernetes se consolidou como a principal plataforma de orquestração de containers, permitindo que aplicações sejam executadas com total abstração das máquinas que fornecem os recursos computacionais. Essa flexibilidade, porém, pode trazer...Discuss·28 readsKubernetes
Shubham Tawareshubzz.hashnode.dev·Nov 9, 2024Backing Up and Restoring Etcd with etctctl and Velero in Kubernetes: Key Insights for CKA and Real-World Applications"In Kubernetes, data consistency and disaster recovery are critical to ensuring the availability of applications and services. The etcd database serves as the heart of Kubernetes, storing the cluster’s state and configurations, from deployments to sec...Discuss·31 readsKubernetes
Ashwinashwinrajendran.hashnode.dev·Nov 8, 2024Amazon Elastic Kubernetes ServiceAmazon EKS simplifies the deployment, management, and scaling of containerized applications using Kubernetes on AWS. It removes the complexities associated with setting up and running Kubernetes clusters, allowing developers and DevOps teams to focus...DiscussAWSEKS
Manoj Shetmanojshet.hashnode.dev·Nov 7, 2024Building a FullStack Blogging Application: A DevOps Pipeline with Jenkins, Maven, SonarQube, Nexus, Docker, Trivy, and AWS EKSBuilding an efficient and reliable DevOps pipeline is essential for streamlined application delivery in modern development environments. This blog details the design and implementation of a comprehensive DevOps pipeline tailored for a Java-based Full...DiscussJenkins
Timur Galeevtgaleev.com·Nov 7, 2024Deploying AWS EKS with Terraform and Blueprints AddonsAfter a pause from covering AWS and infrastructure management, I’m back with insights for those looking to navigate the world of AWS containers and Kubernetes with ease. For anyone new to deploying Kubernetes in AWS, leveraging Terraform for setting ...Discuss·1 like·57 readsAWS
Ashwinashwinrajendran.hashnode.dev·Nov 7, 2024Amazon EKSAmazon EKS simplifies the deployment, management, and scaling of containerized applications using Kubernetes on AWS. It removes the complexities associated with setting up and running Kubernetes clusters, allowing developers and DevOps teams to focus...DiscussAWSEKS
Rahul wathblog.aws-devops.blog·Nov 6, 2024Kubernetes Deployment StrategiesIn this post, we will delve into Kubernetes (K8s) deployment concepts and some common strategies, looking at the advantages and disadvantages of each. A suitable deployment strategy enables you to minimize downtime, enhance your customer experience, ...DiscussAWS
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