Back to Portainer

Add an Ingress using a manifest

user/kubernetes/networking/ingresses/manifest.md

1.23.2841 B
Original Source

Add an Ingress using a manifest

There are two ways to add a new ingress: manually by using a form or automatically by using a manifest. This article explains how to add an ingress using a manifest.

{% hint style="info" %} Manifests aren't just for Ingresses - you can also deploy namespaces, ConfigMaps, secrets and volumes using a manifest. {% endhint %}

From the menu expand Networking, select Ingresses, click Create from code and select Manifest from the drop down menu.

<figure><figcaption></figcaption></figure>

From here you can follow the link below for instructions on adding from a manifest.

{% content-ref url="../../applications/manifest/create.md" %} create.md {% endcontent-ref %}