An open API service indexing awesome lists of open source software.

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

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/