Service
Examples
$ hyper service create --service-port=80 --label=app=nginx --name=http --replicas=3 nginx
http$ certbot certonly --standalone -d yourdomain.com
$ cat fullchain.pem privkey.pem > https-service.pemLast updated
$ hyper service create --service-port=80 --label=app=nginx --name=http --replicas=3 nginx
http$ certbot certonly --standalone -d yourdomain.com
$ cat fullchain.pem privkey.pem > https-service.pemLast updated
$ hyper service create --service-port=443 --container-port=80 --label=app=nginx --name=https --replicas=3 --ssl-cert=https-service.pem --protocol=httpsTerm nginx
https$ hyper service ls
Name FIP Containers Status Message
http e71092036d68, 92b070136371 active Scaling complete$ hyper service attach-fip --fip=6.6.6.6 http
http$ hyper service scale http=8
http$ hyper service rolling-update --image httpd http
http