Kubernetes 1.23.6 Cluster Setup Master and Worker in Ubuntu 20.04 on Google Cloud

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…

Read More

Kubernetes CKS: Understanding Kubernetes PKI certificates & Security Best Practices

Kubernetes requires PKI certificates for authentication over TLS. If you install Kubernetes with kubeadm, the certificates that your cluster requires are automatically generated. You can also generate your…

Read More

Kubernetes CKS: Kubernetes Security Best Practices

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…

Read More

What is Container Runtime Interface (CRI)?

Container Runtime Interface (CRI) Container runtime interface (CRI) is a plugin interface that lets the kubelet—an agent that runs on every node in a Kubernetes cluster—use more…

Read More

Docker Support is Removed from Kubernetes 1.23 version

The Kubernetes 1.24 release. The release will deprecate several (beta) APIs in favor of stable versions of the same APIs. The major change coming in the Kubernetes…

Read More

Kubernetes 1.22.9 Cluster Setup Master and Worker in Ubuntu 20.04

Sample Code – https://github.com/certifications-tutorials/cks-course-environment/tree/master/cluster-setup/previous 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,…

Read More

Kubernetes Tutorials: What is Network Policy & Example Code

If you want to control traffic flow at the IP address or port level (OSI layer 3 or 4), then you might consider using Kubernetes NetworkPolicies for…

Read More

Kubernetes Assignment for Administrator

Write a Summary post on following Questions – Top 10 k8 API Resources which is being by Kubernetes Admin – Top 10 kubectl commands to troubleshoot Kubernetes…

Read More

Install & Configure Prometheus in Kubernetes Cluster

Step 1- Create 2 PV for Prometheus server & Alert Manager Step 2 – Install using Helm Step 3 – How to access? Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud…

Read More

Kubernetes Clusters Troubleshooting Guide

Source Code – https://github.com/devopsschool-demo-labs-projects/kubernetes-lab-demo/tree/main/Clusters-Troubleshooting Troubleshooting Kubernetes Nodes Troubleshooting Kubernetes Control Plane Troubleshooting Kubernetes Workloads Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have…

Read More

Logging and Monitoring in kubernetes clusters

Source Code – https://github.com/devopsschool-demo-labs-projects/kubernetes-lab-demo/tree/main/logging-monitoring 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,…

Read More

Kubernetes Cluster Upgrade Tutorials

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…

Read More

Kubernetes Tutorials & Lab: Ingress with NodePort

Sample Code – https://github.com/devopsschool-demo-labs-projects/kubernetes-lab-demo/tree/main/Ingress 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,…

Read More

Kubernetes Tutorials & Lab: Ingress with Loadbalancer

Sample Code – https://github.com/devopsschool-demo-labs-projects/kubernetes-lab-demo/tree/main/Ingress 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,…

Read More

Kubernetes Lab: Services & Service Discovery

Sample Code – https://github.com/devopsschool-demo-labs-projects/kubernetes-lab-demo/tree/main/Services-ServiceDiscovery 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,…

Read More

Kubernetes Tutorial – Create AKS Cluster

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…

Read More

Kubernetes Tutorial – Create GKE Cluster

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…

Read More

Kubernetes Lab – Investigating Networking & DNS

Sample Code – https://github.com/devopsschool-demo-labs-projects/kubernetes-lab-demo/tree/main/networking-dns 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,…

Read More

Dynatrace Tutorial: How to monitor Kubernetes Using Dynatrace?

Step 1 – Install Kubernetes Clustor Step 2 – Follow Kubernetes Wizards of Dynatrace Step 3 – Install ActiveGate Step 4 – Configure Kubernetes Manually Rajesh KumarI’m…

Read More

How to provision RKE Kubernetes cluster from Rancher Web UI

Step 1 Step 2 – Step 3 Step 4 – Step 5 Get a code Step 6 – Add a Node and Install Docker Step 7 –…

Read More

Kubernetes cluster provisioning with Rancher’s RKE command

Step 1 – Install docker Step 2 – Install RKE URL to download – https://github.com/rancher/rke/releases Step 3 – Add normal user to docker group Step 4 –…

Read More

Demo: Kubernetes Video Tutorial

Certified Kubernetes Administrator (CKA) Certification Training Course Kubernetes Courses and Training Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus….

Read More

Rancher Installation & Deployment in Kubernetes Clustor

Source – https://rancher.com/docs/rancher/v2.5/en/installation/install-rancher-on-k8s/ 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…

Read More

How to configure and enable Kubernetes Monitoring using Zabbix?

Method 1 – Using Zabbix in Kubernetes Template Method 2 – Using prometheus operator in Kubernetes clustor & Zabbix Integration with prometheus Method 3 – Using Zabbix…

Read More

Top 50 Kubernetes interview questions and answers

1) What is Kubernetes? Kubernetes is a container management system developed in the Google platform. The purpose of Kubernetes is to manage a containerized application in various…

Read More

Interview Questions & Answers Complete Guide for Kubernetes

What is Kubernetes?This is one of the most fundamental Kubernetes interview questions, but it’s also one of the most crucial! Kubernetes is an open-source container orchestration tool…

Read More

Prometheus PromQL Example Query: Monitoring Kubernetes

Count of pods per cluster and namespace. Having a list of how many pods your namespaces have in your cluster can be useful for detecting an unusually…

Read More

Getting Started with Cloud Foundry for Kubernetes using cf-for-k8s in Linux(Ubuntu)

Step 1- Install the cf CLI Using a Package Manager Step 2- You will need kubectl to interact with your cluster kubectl install instructions Step 3 –…

Read More

Interview Questions & Answers Complete Guide for Kubernetes

Kubernetes What is Kubernetes? Why organizations are using it? What is a Kubernetes Cluster? Kubernetes Nodes What is a Node? What the master node is responsible for?…

Read More

What is Kubernetes?

An Overview of Kubernetes Kubernetes Architecture Explained through Images Kubernetes Glossary and Terminology Kubernetes API explained!!! What is Annotations in Kubernetes? Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate…

Read More