Skip to content

Kubernetes in Docker - local clusters for testing Kubernetes

Notifications You must be signed in to change notification settings

redhat-nfvpe/kind-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kind-installer

Kubernetes in Docker - local clusters for testing Kubernetes

1. Install kind

curl -Lo ./kind "https://github.com/kubernetes-sigs/kind/releases/download/v0.7.0/kind-$(uname)-amd64"
chmod +x ./kind
mv ./kind /usr/loca/bin/

2. Clone this repo and run setup.sh

./setup.sh

Add workers in kind-config.yaml

Please see Documentation for more in-depth installation etc.

For more details check kind repo

kind Repo

About

Kubernetes in Docker - local clusters for testing Kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published