Skip to content

glynzr/voting-app-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The overall structure of sample web application should be like this:

Alt text

For postgresql database credentials, it is important to create secrets with kubernetes:

kubectl create secret generic db-user --from-literal=user=<your-username>

kubectl create secret generic db-password  --from-literal=password=<your-password>

About

Basic Microservice Application on kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published