k8s/deploy/manifests/agent/ee
samdulam 55aea28d1c
2.27.9 with trusted-origins added (#178)
* 2.27.9 with trusted-origins added

* typo fix
2025-07-02 20:43:19 +12:00
..
README.md feat(manifests): update README 2020-12-02 08:15:39 +13:00
agent-stack-ee20-windows.yml Update ee version to 2.4.0 (#61) 2021-04-30 19:47:20 +12:00
agent-stack-ee20.yml Update ee version to 2.4.0 (#61) 2021-04-30 19:47:20 +12:00
agent-stack-ee24-windows.yml Update ee version to 2.4.0 (#61) 2021-04-30 19:47:20 +12:00
agent-stack-ee24.yml Update ee version to 2.4.0 (#61) 2021-04-30 19:47:20 +12:00
agent-stack-windows.yml 2.27.9 with trusted-origins added (#178) 2025-07-02 20:43:19 +12:00
agent-stack.yml 2.27.9 with trusted-origins added (#178) 2025-07-02 20:43:19 +12:00
portainer-agent-edge-k8s.yaml 2.27.9 with trusted-origins added (#178) 2025-07-02 20:43:19 +12:00
portainer-agent-ee20-edge-k8s.yaml Update ee version to 2.4.0 (#61) 2021-04-30 19:47:20 +12:00
portainer-agent-ee20-k8s-lb.yaml Update ee version to 2.4.0 (#61) 2021-04-30 19:47:20 +12:00
portainer-agent-ee20-k8s-nodeport.yaml Update ee version to 2.4.0 (#61) 2021-04-30 19:47:20 +12:00
portainer-agent-ee24-edge-k8s.yaml Update ee version to 2.4.0 (#61) 2021-04-30 19:47:20 +12:00
portainer-agent-ee24-k8s-lb.yaml Update ee version to 2.4.0 (#61) 2021-04-30 19:47:20 +12:00
portainer-agent-ee24-k8s-nodeport.yaml Update ee version to 2.4.0 (#61) 2021-04-30 19:47:20 +12:00
portainer-agent-ee210-edge-k8s.yaml feat: update to use the same filenames 2021-07-14 14:10:16 +03:00
portainer-agent-ee210-k8s-lb.yaml Manifest and Helm Updates for EE-2.10.0 (#78) 2021-11-16 09:02:38 +13:00
portainer-agent-ee210-k8s-nodeport.yaml Manifest and Helm Updates for EE-2.10.0 (#78) 2021-11-16 09:02:38 +13:00
portainer-agent-k8s-lb.yaml 2.27.9 with trusted-origins added (#178) 2025-07-02 20:43:19 +12:00
portainer-agent-k8s-nodeport.yaml 2.27.9 with trusted-origins added (#178) 2025-07-02 20:43:19 +12:00
portainer-edge-agent-setup.sh Fix EE manifests and Helm deployment template (#76) 2021-10-12 10:57:06 +13:00
portainer-ee20-edge-agent-setup.sh Update ee version to 2.4.0 (#61) 2021-04-30 19:47:20 +12:00
portainer-ee24-edge-agent-setup.sh Update ee version to 2.4.0 (#61) 2021-04-30 19:47:20 +12:00
portainer-ee210-edge-agent-setup.sh Fix EE manifests and Helm deployment template (#76) 2021-10-12 10:57:06 +13:00

README.md

Agent (Enterprise Edition)

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

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.