mirror of https://github.com/portainer/k8s.git
|
||
---|---|---|
.. | ||
ee | ||
README.md | ||
portainer-agent-edge-k8s.yaml | ||
portainer-agent-k8s-lb.yaml | ||
portainer-agent-k8s-nodeport.yaml | ||
portainer-ce29-agent-edge-k8s.yaml | ||
portainer-ce29-edge-agent-setup.sh | ||
portainer-ce211-agent-edge-k8s.yaml | ||
portainer-ce211-edge-agent-setup.sh | ||
portainer-edge-agent-setup.sh |
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.