Category: kubernetes (Page 2 of 2)

Learn Kubernetes from the ground up with tutorials covering pods, deployments, services, and real-world configurations. This category focuses on container orchestration, Helm charts, networking, and automating infrastructure for scalable applications.

How to launch AWS EKS Cluster and connect to EFS using PHP

Last updated on October 22nd, 2024 at 12:21 pmIn this tutorial we will take a look at how to AWS EKS cluster and connect to EFS using PHP. We are using eksctl command line tool and at the end deploy a sample PHP application. For pods to have EFS storage we need EFS CSI Driver […]

How to fix The repository apt.kubernetes.io kubernetes-xenial Release does not have a Release file

Last updated on May 8th, 2025 at 09:23 amDuring the installation of Kubernetes cluster version 1.28 on my Ubuntu 20.04 server, I encountered an error indicating that: “The repository ‘https://apt.kubernetes.io kubernetes-xenial Release’ does not have a Release file.” This issue arises because Kubernetes has transitioned to community-owned repositories, rendering the previously utilized Google-owned repositories obsolete. […]

How to install Kubernetes cluster on RHEL 9

Last updated on October 21st, 2024 at 11:40 amIn this tutorial we are going to see how to install Kubernetes cluster on RHEL 9 using kubeadm . Once that is done we just deploy a simple webserver pod. Lets break this installation process in to simple steps Step 1 : Install Container RuntimeStep 2 : […]

How to Deploy MySQL on Kubernetes with a Persistent Volume Step-by-Step

Last updated on May 8th, 2025 at 08:30 amIn this tutorial, we will undertake a methodical approach to deploying a MySQL database utilizing persistent volumes. We will subsequently test the creation of a sample database and the destruction of the pod to observe data persistence, particularly when the pod is automatically recreated. This will be […]

Newer posts »