Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/durrezahmed/example-voting-app-kubernetes
These are the kubernetes configuration files for the example-voting-app project from the docker-samples github page.
https://github.com/durrezahmed/example-voting-app-kubernetes
deployment kubeconfig kubernetes
Last synced: about 1 month ago
JSON representation
These are the kubernetes configuration files for the example-voting-app project from the docker-samples github page.
- Host: GitHub
- URL: https://github.com/durrezahmed/example-voting-app-kubernetes
- Owner: durrezahmed
- Created: 2023-01-25T17:01:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T17:06:34.000Z (about 2 years ago)
- Last Synced: 2024-11-10T15:47:19.796Z (3 months ago)
- Topics: deployment, kubeconfig, kubernetes
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example Voting App - Kubernetes Deployment
These are the kubernetes configuration files for the [example-voting-app](https://github.com/dockersamples/example-voting-app) project from the [docker-samples](https://github.com/dockersamples) github page.
## Usage
### Clone Repository
```
git clone https://github.com/durrezahmed/example-voting-app-kubernetes.git
``````
cd example-voting-app-kubernetes
```### Run the following command to create the deployments and services objects:
```
kubectl create -f .
```The vote interface is then available on port 30004 on each host of the cluster, the result one is available on port 30005.