👋 A Kubernetes POC project
Welcome to Kubernetes
Semana kubeDev 2.0
🏠 Homepage
Install
k3d cluster create meucluster -p "8080:30000@loadbalancer" --servers 1 --agents 2
kubectl apply -f ./k8s/mongodb/
kubectl apply -f ./k8s/api/
Useful commands
Status info
kubectl get all
Removing
k3d cluster delete meucluster
Author
Student
🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page.