- Install Contour:
- Use the appropriate command for your cluster manager to install Contour. For example, using kubectl for Kubernetes:
-
Verify Contour installation:
- Check that the Contour resources are running and ready:
-
Install the HTTPProxy resource:
- Download and apply the HTTPProxy CRD manifest:
-
This manifest installs the HTTPProxy CRD, which enables you to define HTTP routing rules using the HTTPProxy resource.
-
Verify HTTPProxy installation:
- Check that the HTTPProxy CRD is successfully installed:
Look for projectcontour.io/HTTPProxy in the list of available CRDs. Once you have completed these steps, you should have Project Contour installed with the HTTPProxy resource available for use. You can now create HTTPProxy objects to define your HTTP routing rules and configure your application’s ingress behavior.