Whether you have been writing code for some years, or just getting started in software engineering,...
A service provides an abstract way to expose an application running on a set of Pods as a network ser...
Liveness Probes Many applications running for long periods of time eventually transition t...
ConfigMaps Data in ConfigMaps in kubernetes is not encoded or encrypted and contains key-v...
Labels, Selectors and Annotations Labels Labels are key/value pairs that are at...
See https://kubernetes.io/blog/2015/06/the-distributed-system-toolkit-patterns/ for mode details on t...
Pods A pod is a group of one or more containers (such as Docker containers), with shared s...
Services can be one of the following four types: ClusterIP NodePort LoadBalancer ExternalName Clu...
To perform any action in Kubernetes cluster we need to access the API and go through three main steps...
Deployment Configuration Volumes a volume is a directory (possibly pre-populat...
This article will contain a series of notes I made while preparing for the CKAD exam. I intend to us...