https://github.com/pydatablog/k8s-ingress-demo
https://github.com/pydatablog/k8s-ingress-demo
Last synced: 6 months 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 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-29T18:49:42.000Z (over 3 years ago)
- Last Synced: 2025-03-28T14:43:24.401Z (8 months 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
```