Best Courses for Certified Kubernetes Administrator CKA Exam
Certified Kubernates Administrator Training Course Certified Kubernetes Administrator CKA Training Certified Kubernetes Administrator CKA Training and Courses Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and…
Certified Kubernetes Administrator CKA Exam: Github Reference
https://docs.linuxfoundation.org/tc-docs/certification/lf-candidate-handbook https://github.com/walidshaari/Kubernetes-Certified-Administrator https://github.com/alijahnas/CKA-practice-exercises https://github.com/leandrocostam/kubernetes-certified-administrator-prep-guide https://github.com/krzko/awesome-cka https://github.com/David-VTUK/CKA-StudyGuide https://github.com/kodekloudhub/certified-kubernetes-administrator-course https://github.com/WahlNetwork/certified-kubernetes-administrator-cka-exam https://github.com/nikovirtala/Certified-Kubernetes-Administrator-CKA/blob/master/CURRICULUM.md https://github.com/chadmcrowell/CKA-Exercises Artifactory Tutorial | JFROG Artifactory Tutorial | Package Management with JFROG Artifactory Crash Course https://bit.ly/2Un3W4i Rajesh KumarI’m…
Complete Guide for Certified Kubernetes Administrator CKA Exam
What is Kubernetes? Certified Kubernetes Administrator CKA Exam Curriculum Certified Kubernetes Administrator CKA Exam Dumbs Kubernetes API Reference: Complete Guide Kubernetes Commands: kubectl Tutorials and Examples Kubernetes…
Certified Kubernetes Administrator CKA Exam Dumbs
Certified Kubernetes Administrator CKA Exam – Dumps Part 1 Certified Kubernetes Administrator CKA Exam – Dumps Part 2 Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge…
kubernetes deployment strategy explained with example
Fearture of Kubernetes Deployment Note:ReplicaSets = Replication+Controller in the Deployment Kubernetes Deployement Strategy Type of deployment .spec.strategy specifies the strategy used to replace old Pods by new…
Kubernetes Pod Example Programs
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…
How to setup integration of Kubernetes with Newrelic: install and configure?
Compatibility and requirements Prerequisite The easiest way to install the Kubernetes integration is to use our automated installer to generate a manifest. It bundles not just the…
Kubernetes Architecture Explained through Images
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…
Kubernetes Glossary and Terminology
Understanding container orchestration The Primary responsibility of Kubernetes is container orchestration. This means making sure that all the containers that execute various workloads are scheduled to run…
Kubernetes ReplicaSet Example Programs
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…
Kubernetes HorizontalPodAutoscaler Example Programs
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…
Kubernetes Deployment Example Programs
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…
Kubernetes API explained!!!
What is Kubernetes API? The Kubernetes API is being used to read and write Kubernetes resource objects via a Kubernetes API endpoint. The Kubernetes API serves as…
What is kubectl and How to configure it for accessing kubernetes?
Use of kubeconfig file In order for kubectl to find and access a Kubernetes cluster, it needs a kubeconfig file, which is created automatically When you create…
Amazon Elastic Kubernetes Service (Amazon EKS) Architecture Explained with Diagram
Amazon Elastic Kubernetes Service (Amazon EKS) runs the Kubernetes management infrastructure for you across multiple AWS Availability Zones to eliminate a single point of failure. Amazon EKS…
Kubernetes as a service with comparison of EKS vs AKS vs GKE
This blog is still in progress. I am still working on it. Howee]ver, I have consolidated all the comparison available on the internet at one place in…
Kubernetes Tutorials: Statefulset with example
Statefulset example with HostPath PV Statefulsets… Statefulset example with NFS PV Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus….
Explained Kubernetes Jobs and Cronjobs with Example
Cronjob Example 1 job Example Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps…
Explained Kubernetes Secret with Example
What is Kubernetes SecretsA Secret is an object that contains a small amount of sensitive data such as a password, a token, or a key. Objects of…
Explained Kubernetes DaemonSet with Example
Creating a Kubernetes DaemonSet Let’s use a simple DaemonSet for Apache HTTP server to illustrate this Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have…
Kubernetes Yaml file faster for Deployment and DaemonSet using kubectl
The fastest hack is to create a deployment file using Now replace the line kind: Deployment with kind: DaemonSet in nginx-ds.yaml and remove the line replicas: 1…
Explained Kubernetes ReclaimPolicy for PersistentVolumeClaim & PersistentVolume
Example 1 Example 2 Example 3 Example 4 Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech…
An Overview of Kubernetes
Kubernetes is a powerful container management tool that automates the deployment and management of containers. Kubernetes is container-runtime agnostic. Kubernetes will keep those containers running and handle…
4 Kubernetes Certification Program – Overview
Kuberentes is an open source tool for container orchestration which helps in the management of applications built out of multiple, largely self-contained runtimes called containers. It allows…
kubernetes volume dynamic provisioning example 1
Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…
Kubernetes configmaps: How to update configmap automatically into pods?
We often come acorss following questions while working with ConfigMap and secret are as follows; How to Updating Kubernetes Deployments on a ConfigMap Change? How Mounted ConfigMap…
List of Top Service mesh implementation tools for microservices and Kubernetes
What is a service mesh?The term service mesh is used to describe the network of microservices that make up such applications and the interactions between them. As…
Top 11 Managed Kubernetes Service and Platform in Cloud
Google Container EngineGoogle Kubernetes Engine is a powerful cluster manager and orchestration system for running your Docker containers. GKE is an enterprise-grade platform for containerized applications, including…
List of Popular Tools and Applications in Kubernetes ecosystem
K8s Cluster Management kubespray – Deploy a Production Ready Kubernetes Cluster kops – kops helps you create, destroy, upgrade and maintain production-grade, highly available, Kubernetes clusters from the command…
Minikube – Addons
Hi All, This is part 4 of Minikube Series on DevOpsSchool.com. Minikube is feature loaded which gives us liberty to test many of the scenarios, without giving…
