Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pydatablog/k8s-ingress-demo
https://github.com/pydatablog/k8s-ingress-demo
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pydatablog/k8s-ingress-demo
- Owner: PyDataBlog
- License: mit
- Created: 2022-06-18T18:24:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-29T18:49:42.000Z (over 2 years ago)
- Last Synced: 2023-06-18T00:29:26.740Z (over 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# K8s-Ingress-Demo
Demo Project for K8s Ingress via Minikube
## Deploy Ingress For Dashboard & Logs
```sh
bash monistor_cluster_info.sh
```## Deploy Hello World Application
```sh
bash release_hello_world.sh
```## Delete Hello World Application
```sh
bash destroy_hello_world.sh
```