Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 366 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 366 Bytes

Kubernetes simple demo

This simple demo contains several kubernetes defintions files to create pod, services, lb, ingress all the way to more complex deployments.

Defintion

Pod

  • nginx
  • httpd
  • tomcat

Services

One per pod

LB

One per pod

Ingress

/nginx -> to nginx service /httpd -> to httpd service

  • -> to tomcat service

Deployment