Navya Anavyadevops.hashnode.dev·Dec 10, 2024Day 3: Observability Series – Mastering PromQL in PrometheusWelcome to Day 3 of the Observability Series! In this installment, we’ll focus on PromQL (Prometheus Query Language), the tool that makes Prometheus a powerful monitoring solution. If you're diving into Prometheus, PromQL is your gateway to querying,...DiscussEKS
Anique Ahmad Sarfrazanique.hashnode.dev·Dec 7, 2024Kubernetes Deployment: The ultimate guide1. Deployment Creation Imperative Command kubectl create deployment <deployment-name> --image=<image-name> --replicas=<number-of-replicas> Example: kubectl create deployment my-app --image=nginx:1.21 --replicas=3 Declarative Approach (YAML File) Cr...DiscussKubernetes
Cloud Commandercloudinit.hashnode.dev·Dec 3, 2024AWS EKS Auto Mode: Key Highlights from re: InventOverview As the AWS Re: Invent is happening this week, many new products and features will be announced. One of the initial announcements that surprised me was the general availability of AWS EKS Auto Mode. Which further abstracts the complexity of m...DiscussAWS RE: InventEKS
Venkatesh Sarivisettyiamvenkat.hashnode.dev·Dec 2, 2024Exploring AWS EKS Hybrid and Auto Modes: Simplifying Kubernetes ManagementIntroduction: AWS EKS has introduced two powerful features, Hybrid Mode and Auto Mode, designed to streamline Kubernetes management. These features enable users to leverage both on-premises and cloud resources efficiently while automating cluster ope...DiscussKubernetes
Rohit Pagoterohitpagote-aws.hashnode.dev·Nov 30, 2024ECR & EKS & App Runner & A2CElastic Container Registry (ECR) AWS managed private Docker repository Public repository (Amazon ECR Public Gallery https://gallery.ecr.aws) Pay for the storage you use to store docker images (no provisioning) Integrated with ECS & IAM for securi...DiscussAWS Solutions Architect - Associateaws App 2 container
Amulyaawscloudbasics.hashnode.dev·Nov 29, 2024The Ultimate Guide to Operating Kubernetes Clusters in ProductionUnderstanding Kubernetes in Production Environments The Limitation of Local Kubernetes Setups Minikube, k3s, k3d, and micro k8s are development environments Not suitable for production use Official documentation warns against using these in produc...DiscussDevOpsdistributions of kubernetes
Matias MartinezforBlog de CloudAcademyblog.cloudacademy.ar·Nov 27, 2024The Twelve-Factor App: Una Metodología para Construir Aplicaciones Cloud NativeEn el mundo del desarrollo de software moderno, la construcción de aplicaciones nativas para la nube (cloud-native) se convirtió en un estándar de la industria. La metodología Twelve-Factor App, originalmente formulada por los desarrolladores de Hero...DiscussAWSDevops
Gerlyn Mgerlynm.hashnode.dev·Nov 24, 2024Deploy Java Helm chart on EKS using ArgoCD and GitHub Actions / DevOps Project - 1In this Article we are going to deploy a java application on AWS EKS cluster. For that we are going to containerize the application, creates Helm charts, install Argocd on EKS cluster, Using GitHub Actions for CI also we are using nginx ingress contr...Discuss·11 likesDevops
Snigdha Chaudharisnigdhachaudhari.hashnode.dev·Nov 21, 2024Building a Complete CI/CD Pipeline for EKS Deployment with Jenkins and DockerModern application delivery requires a seamless CI/CD pipeline to ensure code moves from development to production with minimal manual intervention. In this blog, I'll walk you through a DevOps project I recently worked on, where we implemented a mul...Discuss·101 readsmultibranch
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