
There are to versions you can install on your Kubernetes Cluster the community edition and the Business version.
The business version
helm repo add portainer https://portainer.github.io/k8s/
e
helm repo updat
helm install --create-namespace -n portainer portainer portainer/portainer --set enterpriseEdition.enabled=true
If you have a domain can you get a free business license for 5 nodes.
https://www.portainer.io/pricing/take5
The community version
helm repo add portainer https://portainer.github.io/k8s/
helm repo update
helm install --create-namespace -n portainer portainer portainer/portainer \
--set tls.force=true
https://192.168.0.220:30779
#open this link in your browser