Deploy Kubernetes resources
Deploy
Deployment type
Build method
Git repository
You can use the URL of a git repository.
Specify a reference of the repository using the following syntax: branches with refs/heads/branch_name or tags with refs/tags/tag_name. If not specified, will use the default HEAD reference normally the master branch.
Indicate the path to the yaml file from the root of your repository.
If your git account has 2FA enabled, you may receive an authentication required error when deploying your stack. In this case, you will need to provide a personal-access token instead of your password.
Web editor

Portainer uses Kompose to convert your Compose manifest to a Kubernetes compliant manifest. Be wary that not all the Compose format options are supported by Kompose at the moment.

You can get more information about Compose file format in the official documentation.

This feature allows you to deploy any kind of Kubernetes resource in this environment (Deployment, Secret, ConfigMap...).

You can get more information about Kubernetes file format in the official documentation.

Actions
Logs