Skip to content

Rhotimee/cloud-devops-capstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Devops Nanodegree capstone

Capstone project for Cloud DevOps Engineer Nanodegree Program.

This project project uses Jenkins, Docker, Kubernetes and Cloudformation to implement CI/CD and infrastructure provisioning.

Deployment Process

Rolling Updates was used for continuous deployment of the application.

Commands

docker build -t capstone-app .
docker push rhotimee/capstone-app
kubectl apply -f deployments/load-balancer.yaml
kubectl apply -f deployments/deployment.yaml\

kubectl get deployments
kubectl get nodes
kubectl get pods\

References

About

Cloud Devops Nanodegree capstone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published