Skip to content

kyzdev/portainer-k3s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

portainer-k3s

If you want to install Portainer on Kubernetes, see the original project : https://github.com/portainer/portainer-k8s/

Usage

Deploy Portainer inside your cluster and access it via an external load balancer

kubectl apply -k overlays/<env>

Update to a new version of the beta

In order to update to the latest version of the beta, you'll need to delete the portainer-<env> namespace and redeploy it.

kubectl delete namespace/portainer-<env>
kubectl apply -k overlays/<env>

About

A kubectl YAML to deploy Portainer on Kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published