vinod-sh.hashnode.devUnderstanding 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...Aug 27, 2024路3 min read
vinod-sh.hashnode.devMastering 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...Aug 21, 2024路4 min read
vinod-sh.hashnode.devUnderstanding 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...Aug 16, 2024路3 min read
vinod-sh.hashnode.devKubernetes (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...Aug 10, 2024路4 min read
vinod-sh.hashnode.devDay 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...Aug 5, 2024路5 min read