Skip to content

Cloud native setup for a full stack application - front end, back end and database - using Docker and Kubernetes

Notifications You must be signed in to change notification settings

samirprakash/multi-tier-docker-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi Tier Docker k8s Application

Architecture

alt project architecture

Create PG Secret
  • kubectl create secret generic postgres-password --from-literal PGPASSWORD=<your-password-here>
ingress-nginx controller
  • Mandatory Command kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/mandatory.yaml

  • Docker for Mac kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/cloud-generic.yaml

About

Cloud native setup for a full stack application - front end, back end and database - using Docker and Kubernetes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published