Deploy NGINX on KubeSphere
This tutorial walks you through an example of deploying NGINX from the App Store of KubeSphere.
- Please make sure you enable the OpenPitrix system.
Hands-on Lab
On the Overview page of the project
demo-project
, click App Store in the top left corner.Find NGINX and click Deploy on the App Info page.
Set a name and select an app version. Make sure NGINX is deployed in and click Next.
In App Config, specify the number of replicas to deploy for the app and enable Ingress based on your needs. When you finish, click Deploy.
Note
To specify more values for NGINX, use the toggle switch to see the app’s manifest in YAML format and edit its configurations.
Wait until NGINX is up and running.
Step 2: Access NGINX
To access NGINX outside the cluster, you need to expose the app through a NodePort first.
On the service detail page, click More and select Edit Internet Access from the drop-down menu.
Select NodePort for Access Method and click OK. For more information, see .
Under Service Ports, you can see the port is exposed.
Access NGINX through
{$NodeIP}:{$Nodeport}
.Note
You may need to open the port in your security groups and configure related port forwarding rules depending on your where your Kubernetes cluster is deployed.
For more information, see the official documentation of NGINX.