Skip to content

vhsanche/local-kube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 

Repository files navigation

Pre-requesites

Install K3d

Follow the instructions below:

https://k3d.io/v5.4.9/#installation

Install Helm

Follow the instructions below:

https://helm.sh/docs/intro/install/

Running local-kube

Run the following command:

./local-kube up

Destroying local-kube

./local-kube down

Using a local registry

This K8s cluster has local registry support. Tag your image as localhost:5000/<image_name> and push it as follows:

docker push k3d-registry.localhost:5000/<image_name>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages