k8s/deploy/manifests/agent
James Carppe 521495a12f
Manually bump version for 2.11.1 release
2022-02-10 12:27:51 +13:00
..
ee feat(agent): support insecure poll flag (#67) 2021-08-10 08:44:55 +03:00
README.md Update gh-pages branch with latest manifests supporting EE (#34) 2020-12-07 14:25:58 +13:00
portainer-agent-edge-k8s.yaml Use latest tags in agent images (#64) 2021-05-24 19:15:35 +12:00
portainer-agent-k8s-lb.yaml Use latest tags in agent images (#64) 2021-05-24 19:15:35 +12:00
portainer-agent-k8s-nodeport.yaml Use latest tags in agent images (#64) 2021-05-24 19:15:35 +12:00
portainer-ce29-agent-edge-k8s.yaml feat(agent): support insecure poll flag (#67) 2021-08-10 08:44:55 +03:00
portainer-ce29-edge-agent-setup.sh feat(agent): support insecure poll flag (#67) 2021-08-10 08:44:55 +03:00
portainer-ce211-agent-edge-k8s.yaml Manually bump version for 2.11.1 release 2022-02-10 12:27:51 +13:00
portainer-ce211-edge-agent-setup.sh Manually add missing files in gh-pages branch 2021-12-10 01:32:16 +13:00
portainer-edge-agent-setup.sh Merge manifests and friends to the gh-pages branch (#4) 2020-08-28 10:13:06 +12:00

README.md

Agent

The manifests used to deploy the Portainer agent inside a Kubernetes cluster.

NOTE: Manifests to deploy the Portainer agent Enterprise Edition are available in the ee folder.

To deploy an Edge agent inside your Kubernetes cluster, it is recommended to follow the instructions available inside your Portainer instance.

Usage

Deploy the Portainer agent and access it via an external load balancer

If your cloud provider supports external load balancers, you can use the following command to deploy the regular Portainer agent (not Edge):

kubectl ... apply -f portainer-agent-k8s-lb.yaml

This will deploy the Portainer agent and create an external load balancer which you'll be able to use to connect to the agent on port 9001.