How to Set Up a Private Docker Registry with LKE and Object Storage

preview_player
Показать описание
Hosting a private Docker registry alongside your Kubernetes cluster allows you to securely manage your Docker images while also providing quick deployment of your apps. This video will walk you through the steps needed to deploy a private Docker registry on a Linode Kubernetes Engine (LKE) cluster.

Chapters:
0:00 - Intro & Prerequisites
1:45 - Creating a Cluster
3:53 - Setting up Ingress Controller
6:05 - Enabling HTTPS
10:20 - Deploying the Docker Registry
15:20 - Pushing an Image to the Registry
16:40 - Creating a Deployment from Image
20:06 - Outro

#Linode #Kubernetes #Docker #AlternativeCloud
Product: Linode, LKE, Kubernetes; Sid Palas;
Рекомендации по теме
Комментарии
Автор

this command no longer works
helm install docker-registry stable/docker-registry -f docker-configs.yaml
any updates?

nahashonnjenga