SaumashankarCron jobs in KubernetesI recently was exploring ways to run scheduled applications on Kubernetes when I came across Kubernetes cron jobs. Let’s start exploring…Jan 9Jan 9
SaumashankarThe OpenShift persistent storage conceptOpenShift uses the Persistent Volume (PV) concept to allow administrators to provide persistent storage for a cluster and then let…Jan 10, 2022Jan 10, 2022
SaumashankarOpenShift architectureThe OpenShift Container platform is both simple and complex when it comes to OpenShift components and overall architecture. It is complex…Dec 22, 2021Dec 22, 2021
SaumashankarOpenShift as an extension of KubernetesKubernetes brings additional value to container management across multiple nodes, which is very important in modern highly available and…Dec 16, 2021Dec 16, 2021
SaumashankarDaemonSet -K8 & Cron JobThe main reason to replicate the pod across all nodes is to have an agent or Daemon for a special purpose and to achieve the same, we will…Dec 4, 2021Dec 4, 2021
SaumashankarNode Selector & Node Affinity“If you stretch beyond your capacity without putting your wisdom into practice, you are bound to break ”Dec 2, 2021Dec 2, 2021
SaumashankarTaint and Toleration:Node affinity is a property of Pods that attracts them to a set of nodes (either as a preference or a hard requirement). Taints are the…Nov 28, 2021Nov 28, 2021
SaumashankarImperative vs Declarative -K8sThere are two basic ways to deploy to Kubernetes: imperatively, with the many kubectl commands, or declaratively, by writing manifests and…Nov 15, 2021Nov 15, 2021