How to deploy an ingress controller on Scaleway
An ingress controller is an entry point that ingests your HTTP/HTTPS traffic and dispatches it to your services. More precisely, it is a reverse proxy that will dynamically configure itself and will forward HTTP/HTTPS traffic to your services.
Before you start
To complete the actions presented below, you must have:
- A Scaleway account logged into the console
- Owner status or IAM permissions allowing you to perform actions in the intended Organization
- Created a Kubernetes Kapsule cluster
- Navigate to the Containers section within the Scaleway console sidebar and select Kubernetes. The Kubernetes Kapsule dashboard displays.
- From the drop-down menu, select the geographical region you want to manage.
- Locate the cluster you want to modify and click on its name to access the cluster dashboard.
- Within the dashboard, navigate to the Easy Deploy tab to display the Easy Deploy feature. Then click Deploy application to create a new application.
- Select the Application Library application type. Then select the desired ingress controller for deployment onto your cluster.
- Assign a name and namespace for your application.
- Click Deploy application to initiate the deployment of your ingress controller.
See Also
Still need help?Create a support ticket