Skip to content

Local infrastructure to deploy a Kubernetes cluster and work with it as easy and fast as possible

Notifications You must be signed in to change notification settings

ItsKev/local-infrastructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local infrastructure

Startup cluster

k3d cluster create --config configs/k3d-config.yaml

Apply manifests

kubectl apply -f manifests

Install helm charts

MongoDB

helm repo add bitnami https://charts.bitnami.com/bitnami helm install mongodb --namespace mongodb --values helm-charts/mongodb/values.yaml bitnami/mongodb

Start skaffold

skaffold dev --cache-artifacts=false

About

Local infrastructure to deploy a Kubernetes cluster and work with it as easy and fast as possible

Topics

Resources

Stars

Watchers

Forks