VKVaibhav Karyakarteinvaibhavkk16.hashnode.dev·Jun 22, 2025 · 2 min readRun Selective Stages in GitHub ActionsIf you've ever used Azure Pipelines, you might love the feature where you can pick "Stages to run" and choose certain stages from your multi-stage pipeline. There's no need to change your YAML pipeline. This feature is special to Azure Pipelines and ...00
VKVaibhav Karyakarteinvaibhavkk16.hashnode.dev·Jan 30, 2025 · 2 min readDeployments in KubernetesKubernetes is a container orchestration tool that helps us efficiently scale and maintain application containers. It offers a rolling update strategy, allowing us to deploy container updates without any downtime. However, depending on your applicatio...00
VKVaibhav Karyakarteinvaibhavkk16.hashnode.dev·Dec 17, 2024 · 2 min readKubernetes Services -2 NodePortNodePort is a type of Service that exposes a pod (or set of pods) to external traffic by opening a specific port on each node in the cluster. So, NodePort Service works the same as a Cluster IP but also provides the additional feature of external acc...00
VKVaibhav Karyakarteinvaibhavkk16.hashnode.dev·Dec 16, 2024 · 2 min readKubernetes Services -1 ClusterIPA Service in Kubernetes is an object like a Pod, Deployment, or ConfigMap. Services are used to enable communication between Pods, whether within the same Kubernetes cluster or with external resources. In the screenshot below, you can see that we are...00