https://github.com/lapwat/cluster
https://github.com/lapwat/cluster
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lapwat/cluster
- Owner: lapwat
- Created: 2021-04-25T17:23:08.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-17T17:52:54.000Z (almost 5 years ago)
- Last Synced: 2025-04-13T05:45:37.181Z (over 1 year ago)
- Language: Shell
- Size: 10.7 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```