© 2023 Hashnode
#ckad
First, Filesystem Hierarchy Standard (FHS) is used for the layout of a UNIX system. Then it has been made popular by Linux distributions. This directory structure follows a hierarchical tree-like stru…
I passed the CKAD exam on September 12, 2022, and now it’s time to share my experience with the exam. Exam Preparation I referred Mumshad Mannambeth’s CKAD course for preparation. This course has alm…
Who am I? I'm Maran Sowthri Kalailingam, Software Engineer @ athenahealth. When did I get certified? On December 28, 2022. You can check out my badge here Here's how I did it It all started on Aug 19…
I recently passed the Certified Kubernetes Application Developer (CKAD) exam. I wanted to share a few tips that I think could be helpful to anyone else who is planning to take the exam. Study materials: In preparation for the exam, I used a…
In the last part, we have covered the Services and types of services (ClusterIP, NodePort and Load Balancer) and Ingress in Kubernetes. This part will cover Volumes, Persistent Volumes, Persistent Vol…
In the last part, we have covered the Labels, Selectors and Annotations, Jobs, and CronJobs. This part will cover Services and types of services (ClusterIP, NodePort, and Load Balancer) and Ingress in…
In the last part, we have covered the Readiness Probes, Liveness Probes, and basic Logging. This part will cover Labels, Selectors and Annotations, Jobs, and CronJobs in Kubernetes. Labels Labels are…
In the last part, we have covered the Resource Requirements, Service Accounts, Taints and Tolerations, Node Affinity, Multi-Container Pods, and Init-Containers. This part will cover Readiness Probes, …
In the last part, we have covered the Commands and Arguments, Environment Variables, ConfigMaps, Secrets, and Security Context. This part will cover Resource Requirements, Service Accounts, Taints and…
In the last part, we have covered the Pods, Deployments, and ReplicaSets. This part will cover different ways to inject data into applications like Commands and Arguments, Environment Variables, Confi…