Thanks to visit codestin.com
Credit goes to github.com

Skip to content

patlux/k3s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

k3s

My first steps with kubernetes

./static-site/README.md

Setup local docker registry

# one time
helm repo add twuni https://helm.twun.io
helm install docker-registry twuni/docker-registry

# whenever you need to build and push your docker image
kubectl port-forward svc/docker-registry 5000:5000

Other

Get logs from ingress (traefik):

kubectl logs -n kube-system -l app.kubernetes.io/name=traefik -f

About

my first steps with kubernetes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published