Skip to content

seakayone/kubernetes-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Kubernetes tools

  • kubectx a tool to switch between Kubernetes contexts

  • 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