An open API service indexing awesome lists of open source software.

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

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

![K8s Deployment](/doc/k8sdeploy.png)

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