https://github.com/thenets/k8s-nginx-ingress
Simple helpers to deploy Kubernetes in different envs.
https://github.com/thenets/k8s-nginx-ingress
Last synced: 4 months ago
JSON representation
Simple helpers to deploy Kubernetes in different envs.
- Host: GitHub
- URL: https://github.com/thenets/k8s-nginx-ingress
- Owner: thenets
- Created: 2019-03-05T08:06:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T08:40:45.000Z (over 7 years ago)
- Last Synced: 2025-10-08T23:35:15.881Z (8 months ago)
- Language: Makefile
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# k8s-nginx-ingress
## Deploy to Minikube
```bash
make deploy-minikube
```
## Deploy to Google Cloud Platform
```bash
make deploy-gcp
```