Timur Galeevtgaleev.com·Dec 18, 2024Building an AI-Optimized Platform on Amazon EKS with NVIDIA NIM and OpenAI ModelsIntroduction The rise of artificial intelligence (AI) has brought about an unprecedented demand for infrastructure that can handle large-scale computations, support GPU acceleration, and provide scalable, flexible management of workloads. Kubernetes ...AWS
Mohammad Imranimransaifi.hashnode.dev·Dec 18, 2024Amazon EKS: Simplifying Kubernetes for the CloudKubernetes has become the de facto standard for container orchestration, enabling developers and organizations to manage, scale, and deploy applications seamlessly. However, managing Kubernetes clusters can be complex, requiring a deep understanding ...AWS for DevOpsAWS
Balraj Singhbalrajsingh.hashnode.dev·Dec 16, 2024Automated AWS DevOps CI/CD Pipeline for Amazon Prime CloneIn today's fast-paced tech world, automating application deployment and infrastructure management is essential. This project shows how to set up a complete CI/CD pipeline, use AWS EKS for Kubernetes deployment, and integrate Grafana and Prometheus fo...1 likeTerraform
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,...EKS
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...Kubernetes
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...AWS 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...Kubernetes
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...AWS 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...DevOpsdistributions 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...AWSDevops