https://github.com/seakayone/kubernetes-demo
https://github.com/seakayone/kubernetes-demo
docker-for-development kubectl kubectx kubernetes kubernetes-for-developers
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/seakayone/kubernetes-demo
- Owner: seakayone
- License: mit
- Created: 2019-08-22T20:53:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-25T15:37:46.000Z (over 5 years ago)
- Last Synced: 2025-02-14T22:53:10.238Z (7 days ago)
- Topics: docker-for-development, kubectl, kubectx, kubernetes, kubernetes-for-developers
- Language: JavaScript
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Introduction
In this repo I gather short snippets of code for a small hands-on kubernetes demonstration. This demonstration is currently being performed with the local docker-for-desktop kubernetes cluster.
= Alternatives for a local Kubernetes cluster
* https://microk8s.io/
* https://github.com/kubernetes/minikube
* https://github.com/MiniShift/minishift
* https://docs.docker.com/docker-for-mac/kubernetes/
* https://docs.docker.com/docker-for-windows/kubernetes/= Kubernetes tools
* https://ahmet.im/blog/kubectx/[kubectx] a tool to switch between Kubernetes contexts
* https://kompose.io/[kompose] a tool to help users familiar with docker-compose move to Kubernetes, it takes a Docker Compose file and translates it into Kubernetes resources= Additional resources and interesting blog articles
* https://rominirani.com/tutorial-getting-started-with-kubernetes-with-docker-on-mac-7f58467203fd
* https://kubernetes.io/docs/tutorials/kubernetes-basics/