Skip to content

A collection of kubernetes configs used in a Kubernetes intro workshop

Notifications You must be signed in to change notification settings

JoergM/kubernetes_intro_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

795977f · Mar 23, 2018

History

7 Commits
Mar 13, 2018
Mar 11, 2018
Mar 23, 2018
Mar 16, 2018
Mar 11, 2018
Mar 11, 2018
Mar 13, 2018
Mar 13, 2018
Mar 13, 2018
Mar 13, 2018
Mar 16, 2018

Repository files navigation

Kubernetes Demo

This directory contains the demo files used at the Workshop:

"Introduction to Kubernetes for Microservices".

The Kubernetes Yaml files

File Usage
nginx.yaml One pod of nginx
5_nginx.yaml scaled to 5 instances
service_5_nginx.yaml now includes a service
rolling_update_nginx.yaml rolling update to a new version
recreate_update_nginx.yaml update using recreate
create_config.sh creating a configMap that points to www folder
www this folder containing a very simple website
config_nginx.yaml running nginx with the configMap
external_service.yaml creating a service with ExternalName Type
diagnose.yaml running a diagnose container for looking into the cluster

About

A collection of kubernetes configs used in a Kubernetes intro workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published