Skip to content

philter87/kubernetes-abc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes ABC

The is a small tutorial that will describe how to deploy a small application to kubernetes. The app is deployed to two environments which is illustrated on the picture at the bottom of the page.

We will only cover some basic kubernetes features, but for most developers this will be enough.

Most developers just need an easy way to do the following:

  • Deploy an app to multiple environments: dev, test, prod.
  • The app should have different environment variables depending on the environment.
  • A way to handle secrets, like database username and password.

Agenda

The workshop is divided in three parts - a folder and readme per folder.

  1. Docker
  2. Kubernetes
  3. Helm

Prerequisites

You will need some software. You can do it with Choco or manually:

1. Install with Chocolatey
# Remember "Run as admin"
choco install docker-desktop -y
choco install kubernetes-helm -y
2. Install Manually

Kubernetes image

About

A small tutorial going though the most basic kubernetes features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors