Abishek Kafledevops.abisec.xyz·Oct 13, 2024Deploy Applications with Kubernetes DeploymentsTasks Create a deployment named httpd. Deploy the application httpd. Use the image httpd:latest (make sure to specify the tag). Steps Make yaml file or you can try EOF. Personally I like using EOF. (Alternatively, you can try vim/ nano anything...DiscussDevOpsk8s
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Oct 11, 2024Mastering Jaeger Deployment on Kubernetes: A Comprehensive GuideIntroduction :- In the world of microservices and distributed systems, tracing and monitoring have become crucial. Jaeger, an open-source distributed tracing system, offers a powerful solution when combined with Kubernetes. This article will guide yo...DiscussKubernetes
Megha Sharmameghasharma.hashnode.dev·Oct 9, 2024Difference Between Kubernetes And Docker SwarmKubernetes and Docker Swarm are both popular container orchestration tools that help manage, deploy, and scale containerized applications. While they share the same goal — managing containers across multiple machines — they differ in their approach, ...Discuss·1 likeKubernetes
Faizan devopswithfaizan.hashnode.dev·Oct 8, 2024Deep Dive on Kubernetes DAY 1Imagine you're surrounded by a chaotic sea of toys—blocks, cars, dolls, and action figures—all scattered across the floor. You’ve just been alerted that your mom is coming home in half an hour, and if you don’t clean up and organize your toys neatly,...Discuss·1 like·35 readsKubernetes
Anasanasmansuri.hashnode.dev·Oct 8, 2024Exploring the Components of Kubernetes Architecture𝐠𝐑𝐏𝐂 𝐯𝐬. 𝐑𝐄𝐒𝐓 gRPC: Created by Google in 2015 for ultra-fast service communication. Uses HTTP/2 and Protocol Buffers (protobuf) for efficient, compact data transfer. features:Speed: Faster data transfer in binary format.Multiplexing: Multip...DiscussKubernetes
Ogunsola Paulgodlevels.hashnode.dev·Oct 7, 2024Orchestrating Google Cloud with KubernetesWhat is Kubernetes? Kubernetes is an open source project which can run on many different environments, from laptops to high-availability multi-node clusters, from public clouds to on-premise deployments, from virtual machines to bare metal. Initially...DiscussGoogle
Siddhartha Gauravsgaurav.hashnode.dev·Oct 7, 2024Introduction to etcd for BeginnersIn the world of distributed systems and microservices, etcd plays a crucial role as a consistent and highly available key-value store. It was initially developed by CoreOS and has become an essential component of Kubernetes (K8s) for maintaining clus...DiscussKubernetesk8s
Megha Sharmameghasharma.hashnode.dev·Oct 6, 2024Kubernetes architecture overviewKubernetes architecture is built around a master-slave (control plane-worker node) model that allows for the efficient deployment, management, and scaling of containerized applications across a cluster of machines. The architecture is highly modular,...DiscussWomenWhoTech
Syed Mahmood Alisyedmahmoodali.hashnode.dev·Oct 1, 2024Requests and limits: simplified in kubernetesRequests and limits are the two parameters that help Kubernetes manage resources effectively by ensuring that containers get the resources they need without consuming too much also making sure that all of the resources are being efficiently utilized....DiscussKubernetes
Subbu Tech Tutorialssubbutechtutorials.hashnode.dev·Sep 30, 2024Kubernetes PodsIntroduction: Why Pods? In Kubernetes, Pods solve the limitations of containers by allowing multiple containers to run together, share resources, and communicate more easily. This makes it simpler for Kubernetes to manage scaling, updates, and load b...Discuss·27 readsKubernetes Basics: A Beginner’s GuideKubernetes pod lifecycle