Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robsantossilva/kubernetes-hpa-codeeducation
https://github.com/robsantossilva/kubernetes-hpa-codeeducation
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robsantossilva/kubernetes-hpa-codeeducation
- Owner: robsantossilva
- Created: 2020-11-26T20:12:07.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-26T21:26:27.000Z (about 4 years ago)
- Last Synced: 2023-03-04T10:19:11.026Z (almost 2 years ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Kubernetes e hpa
Testando autoscaler:
``` bash
> kubectl run -it loader --image=busybox /bin/sh
> while true; do wget -q -O- http://go-hpa-service.default.svc.cluster.local:8000; done;
> watch kubectl get hpa
```Imagem Docker: https://hub.docker.com/r/robsantossilva/go-hpa