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: 25 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T17:06:34.000Z (over 3 years ago)
- Last Synced: 2025-02-25T07:40:34.153Z (over 1 year 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.