Learn how to deploy a private Docker container registry on Kubernetes (EKS) using Terraform. This guide covers setting up an EKS cluster, deploying Kubernetes components, and configuring persistent storage, ensuring a scalable and secure setup.
in this video, we will deploy a private container registry on Kubernetes, specifically on AWS EKS. This project will be very useful if you are preparing for the Certified Kubernetes Administrator (CKA) exam. Our container repository will function similarly to Docker Hub, with an attached domain name, allowing you to push and pull images as you do with Docker Hub. We will also ensure our registry has a persistent volume to avoid losing container images in case of POD or Cluster failure.
🔗 Blog link: [ Ссылка ]
🔗 Github repository: [ Ссылка ]
⚓ Kubernetes Components or Objects
🚀 Deployment
🛎️ Services
🔐 ConfigMap & Secret
⚙️ Ingress
🚨 Network Policy
📁 Persistent Volume
📂 Persistent Volume Claim
🗃️ Storage Class
🚧 Namespace
Ещё видео!