Skip to content

nithyanatarajan/local-kubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

local-kubernetes

Setup Local environment variables

  1. Install direnv
  2. Copy .envrc.sample to .envrc
  3. Run direnv allow .

Setup local registry

./create-registry.sh

Test setup with local registry

docker pull nginx:latest
docker tag nginx:latest localhost:"${REG_PORT}"/nginx:latest
docker push localhost:"${REG_PORT}"/nginx:latest
curl -s localhost:"${REG_PORT}"/v2/_catalog | jq

Cluster setup

  1. Kind
  2. K3s

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages