Skip to content

Demo three-tier application for Kubernetes deployment

Notifications You must be signed in to change notification settings

micya/container-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build images

docker build -t micya/pet-webapi -f src/webapi/Dockerfile .
docker build -t micya/pet-webapp -f src/webapp/Dockerfile .

Deploy applications

kubectl apply -f yaml/deployment

Deploy services

kubectl apply -f yaml/service

Architecture without ingress:

basic architecture

Deploy another app and ingress

kubectl apply -f yaml/ingress

Architecture with ingress:

ingress architecture

About

Demo three-tier application for Kubernetes deployment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published