Skip to content

enriquesalceda/GoRestApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoRestApi

Setting up Kubernetes locally with kind

Kind is the defacto standard for running K8S cluster locally on your machine for testing purposes.

Install Kind with brew.

brew install kind

After the successful installation, create a K8S cluster.

kind create cluster

That creates a cluster with the name kind in the local machine. Test cluster creation with the following command:

kubectl cluster-info --context kind-kind

About

Production ready GOLANG Rest API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published