https://github.com/cloudacademy/voteapp-k8s
voteapp-k8s
https://github.com/cloudacademy/voteapp-k8s
cloudacademy kubernetes
Last synced: 25 days ago
JSON representation
voteapp-k8s
- Host: GitHub
- URL: https://github.com/cloudacademy/voteapp-k8s
- Owner: cloudacademy
- Created: 2019-08-20T23:48:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-04T17:03:40.000Z (over 3 years ago)
- Last Synced: 2024-04-14T07:42:48.719Z (about 1 year ago)
- Topics: cloudacademy, kubernetes
- Size: 65.4 KB
- Stars: 20
- Watchers: 4
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CloudAcademy + DevOps
This is part of the [CloudAcademy](https://cloudacademy.com/library/) Kubernetes/React/Go/MongoDB Learning Path!* https://github.com/cloudacademy/voteapp-frontend-react
* https://github.com/cloudacademy/voteapp-api-go
* https://github.com/cloudacademy/voteapp-k8s# Background

Provides the declarative YAML files used to deploy an end-to-end web voting application to a Kubernetes cluster. The deployment of the web voting application is used to demonstrate the following K8s resources:
* Nginx Ingress Controller
* Deployments
* Services
* Pods
* StatefulSet
* Persistent Volumes
* Persistent Volume Claims
* Network Policies