Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
CURRENTLY IN USE IN PROD AND DEV
- Access to P4 Infra environment
- ingress-nginx helm chart
This repository is deployed via CircleCI
- Commits to the develop branch trigger deployment to the development cluster.
- Create a PR for review to prepare for production deployment.
- Approval and merge deploys to production.
- Clone the repo to access makefile commands via cli that are not executed via CircleCI
make status
- display status of named releasemake value
- display user values followed by all values deployedmake history
- display deployment history of named releasemake uninstall
- delete release while retaining history, CRDs, PVs etc.make destroy
- destroy release including CRDs, PVs etc. CAUSES DATA LOSS
- External
- Internal use only
If your interested in contributing to P4 Infrastructure code please check our our community page here.