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: 6 months ago
JSON representation

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
```