Nicolás Georgersredevopsorg.hashnode.dev·Aug 13, 2024Ingress, Gateway, Load Balancer, ClusterIP, NodePort... Qué carajo son? Cuál debo usar en mi app? Introducción en simpleTL;DR (Too long; Didn't Read) Las redes en Kubernetes pueden ser tan confusas como... _bueno, como el propio Kubernete_s. ¿Estás hasta las pelotas u ovarios de que los problemas de Kubernetes te distraigan de tu código? Aquí te ofrecemos una guía se...Cloud
Nicolás Georgersredevopsorg.hashnode.dev·Aug 12, 2024Ingress, Gateway, Load Balancer, ClusterIP, and NodePort... What the Heck Are They? A Simplified Guide to Kubernetes Services!TL;DR Kubernetes networking can be as confusing as... well, Kubernetes itself. Are you tired of getting distracted from your coding spree by kubernetes mess-ups? Here we offer a simple guide to Kubernetes Services, focusing on the key players: Ingre...Cloud
Nicolás Georgersredevopsorg.hashnode.dev·Jul 1, 2024¿Tu app en Kubernetes falla al inicio? La propiedad minReadySeconds puede ayudarteResumen Revisamos la propiedad minReadySeconds en Kubernetes y cómo puede ser tu arma secreta para implementar aplicaciones sólidas y listas para producción. Explicaremos cómo establecer un valor apropiado para minReadySeconds , que proporciona un p...Cloud
Nicolás Georgersredevopsorg.hashnode.dev·Jul 1, 2024Is Your Kubernetes deployment failing at startup? The minReadySeconds property can help youTL/DR Explore the minReadySeconds property in Kubernetes and how it can be your secret weapon for deploying rock-solid, production-ready applications. We'll explore how setting an appropriate minReadySeconds value provides a crucial grace period for...Cloud
Nicolás Georgersredevopsorg.hashnode.dev·Jul 1, 2024Is Your Kubernetes deployment failing at startup? The minReadySeconds property can help youTL/DR Explore the minReadySeconds property in Kubernetes and how it can be your secret weapon for deploying rock-solid, production-ready applications. We'll explore how setting an appropriate minReadySeconds value provides a crucial grace period for...Cloud
Nicolás Georgersredevopsorg.hashnode.dev·Jul 1, 2024Is Your Kubernetes deployment failing at startup? The minReadySeconds property can help youTL/DR Explore the minReadySeconds property in Kubernetes and how it can be your secret weapon for deploying rock-solid, production-ready applications. We'll explore how setting an appropriate minReadySeconds value provides a crucial grace period for...Cloud
Ever Aliagablog.everaliaga.com·Jun 30, 2024Descomponiendo un eCommerce en Microservicios por SubdominioEn el comercio digital de hoy y del futuro, la escalabilidad y flexibilidad son la dirección. Las arquitecturas monolíticas tradicionales tienen el camino menos despejado para mantenerse al día con las demandas de las plataformas modernas de eCommer...Microservices
Nicolás Georgersredevopsorg.hashnode.dev·Jun 27, 2024Podman Desktop: Your Gateway to Containers and KubernetesTL;DR 😴Podman Desktop is an open-source, cross-platform graphical tool designed to make working with containers and Kubernetes on your local machine a breeze. It provides a user-friendly interface for building, running, managing, inspecting, and deb...apps