Skip to content

MalibuKoKo/12factorsK8s

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Demonstration repository for Devoxx 2018 Conference

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 69.9%
  • Go 30.1%