--- metaLinks: alternates: - >- https://app.gitbook.com/s/j6QEqM3Sd94bdPsX4HaN/user/kubernetes/networking/ingresses/manifest --- # Add an Ingress using a manifest There are two ways to add a new ingress: [manually by using a form](add.md) 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.
From here you can follow the link below for instructions on adding from a manifest. {% content-ref url="../../applications/manifest/create.md" %} [create.md](../../applications/manifest/create.md) {% endcontent-ref %}