Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 509 Bytes

File metadata and controls

16 lines (12 loc) · 509 Bytes

Install Portainer

<< back

Install Portainer into the Cluster

To expose via Load Balancer, use the following command to provision Portainer at an assigned Load Balancer IP on port 9000 for HTTP and 9443 for HTTPS:

kubectl apply -n portainer -f https://downloads.portainer.io/ce-lts/portainer-lb.yaml

Restart Portainer

For some reason a fresh install requires a restart 'for security reasons'

kubectl -n portainer rollout restart deployment.apps/portainer