VCvinod chandrainvinod-sh.hashnode.dev路Aug 27, 2024 路 3 min readUnderstanding Kubernetes Services and Service DiscoveryIntroduction Hello, Kubernetes enthusiasts! 馃専 In this blog, we鈥檙e diving into Kubernetes Services and Service Discovery. These concepts are essential for managing and exposing your applications within and outside a Kubernetes cluster. Whether you鈥檙e...00
VCvinod chandrainvinod-sh.hashnode.dev路Aug 21, 2024 路 4 min readMastering Kubernetes Workloads: Deployments, StatefulSets, DaemonSets, Jobs, and CronJobsIntroduction Hello, Kubernetes enthusiasts! 馃専 Today, we're diving into the heart of Kubernetes by exploring its different workload types: Deployments, StatefulSets, DaemonSets, Jobs, and CronJobs. These are fundamental building blocks for managing c...00
VCvinod chandrainvinod-sh.hashnode.dev路Aug 16, 2024 路 3 min readUnderstanding Kubernetes Services and Their TypesIn Kubernetes, a Service is a crucial abstraction that helps manage how pods communicate with each other and with external clients. It defines a logical set of pods and a policy for accessing them, ensuring your applications are accessible and scalab...00
VCvinod chandrainvinod-sh.hashnode.dev路Aug 10, 2024 路 4 min readKubernetes (K8s): A Container Orchestration ToolKubernetes is a portable, extensible open-source platform for managing and orchestrating containerized workloads. It simplifies deployment, scaling, and operations of application containers across clusters of hosts. Master Node (Control Plane) etcd...00
VCvinod chandrainvinod-sh.hashnode.dev路Aug 5, 2024 路 5 min readDay 26, 27, and 28: Configuring Jenkins Declarative Pipeline, Agents, and GitHub WebhooksIn my previous blog, we discussed What is Jenkins, Installation, and the Hello World Project. You can read it here: What is Jenkins, Why is it Used and How to install it. Lets explore more about Jenkins: What is Pipeline A pipeline is a collection of...00