Hi Friends, I'm writing this article to share my own experience with CKAD exam. I appeared for Kubernetes certification exam and I cleared it in 1st attempt. After my AWS certification, I decided to explore the world of K8s. The kubernetes as a service provided by across cloud providers (EKS by AWS, AKS by Azure … Continue reading Certified Kubernetes Application Developer – CKAD Certification Tips
Tag: Kubernetes
Deploying Application In Kubernetes
Hi Folks, In my last blog, we have seen how to build a docker images and push it to Google container registry. In this blog i'm going to deploy same image on Kubernetes (K8s). Kubernetes (https://kubernetes.io/) is an opensource project for automating deployment, scaling, and management of containerized applications. Create a Cluster To create a … Continue reading Deploying Application In Kubernetes
Docker Introduction: Google Cloud
Hi Folks ! Kubernetes is an container orchestration system by Google. I'm planning to have series of blog posts around this topic covering introduction to Docker, creation and configuring docker images and containers and deploying full fledged application to Kubernetes. Docker Basics: First released in 2013 and it is an open platform for developing, deploying … Continue reading Docker Introduction: Google Cloud