An open API service indexing awesome lists of open source software.

https://github.com/lapwat/cluster


https://github.com/lapwat/cluster

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Install the cluster

```sh
curl -L https://raw.githubusercontent.com/lapwat/cluster/main/setup.sh | sh
```

# Deploy a simple app over an HTTPS endpoint

```sh
kubectl create --edit -f https://raw.githubusercontent.com/lapwat/cluster/main/letsencrypt-issuer.yaml
# edit your email address

kubectl create -f https://raw.githubusercontent.com/lapwat/cluster/main/hello-service.yaml

kubectl create --edit -f https://raw.githubusercontent.com/lapwat/cluster/main/nginx-ingress.yaml
# edit your subdomain
```