Skip to content

kubernetes practice application using minikube and docker

Notifications You must be signed in to change notification settings

zenoR-git/sample_kubernetes1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

---------------------------------------------
dockerFiles folder contains dockerfile used to create ruby image

----------------------------------------------
Deployments folder contains ruby app Deployment manifest file and postgres statefulset manifest file.


-----------------------------------------------
services folder contains services required for pods to comminucate with each other

------------------------------------------------

Order of execution:
    1st ./deployments/database.yaml
    2nd   ./services/internal_network.yaml
    (the above two must be executed using "kubectl apply -f filename" command. 
    ruby-app pod creation will fail if not done.)
    3rd   ./deployments/rubyApp.yaml
    4th   ./services/ext_access.yaml

---------------------------------------------------
access app at: http://(minikube ip):31317

---------------------------------------------------

About

kubernetes practice application using minikube and docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published