Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 936 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 936 Bytes

12 Factors Kubernetes

This repository contains all code for demonstration given during devoxx 2018 Paris

Demonstration reference

Fact Description
factor 1 1 pod = 1 ou n containers, adapter pod
factor 2 Labels everywhere, replicaSet with labels
factor 4 Multiple services, loadBalancer type need cloud provider
factor 5 ConfigMap and Secret, pod using configuration
factor 6 Pod wich implement request and limit
factor 7 Managing Pod lifecycle
factor 8 Implement Liveness using cat
factor 10 Stateful app and go app with rand number
factor 11 Persistent Volume usage

Kubernetes icons

All diagrams have been realized using kubernetes-icons