k8s/deploy/manifests/agent/ee
Chaim Lev-Ari 75860ddfb3 fix(edge): take agent_secret 2022-04-12 17:46:34 +03: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 Update Chart and manifests for release EE-2.12.0 (#100) 2022-03-09 02:24:55 +13:00
agent-stack.yml Rel2.12.0 (#102) 2022-03-15 10:40:10 +13:00
portainer-agent-edge-k8s.yaml Rel2.12.0 (#102) 2022-03-15 10:40:10 +13: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 Update Chart and manifests for release EE-2.12.0 (#100) 2022-03-09 02:24:55 +13:00
portainer-agent-k8s-nodeport.yaml Update Chart and manifests for release EE-2.12.0 (#100) 2022-03-09 02:24:55 +13: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
portainer-ee213-agent-edge-k8s.yaml fix(edge): take agent_secret 2022-04-12 17:46:34 +03:00
portainer-ee213-edge-agent-setup.sh fix(edge): take agent_secret 2022-04-12 17:46:34 +03: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.