Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robsantossilva/kubernetes-hpa-codeeducation


https://github.com/robsantossilva/kubernetes-hpa-codeeducation

Last synced: about 2 months ago
JSON representation

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