# kong-charts **Repository Path**: davin_wang/kong-charts ## Basic Information - **Project Name**: kong-charts - **Description**: Helm chart for Kong - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Kong Helm Charts This is the official Helm Charts repository for installing Kong on Kubernetes. ## Setup ```bash $ helm repo add kong https://charts.konghq.com $ helm repo update # Helm 2 $ helm install kong/kong # Helm 3 $ helm install kong/kong --generate-name --set ingressController.installCRDs=false ``` ## Documentation The documentation for Kong's Helm Chart is available at [here](https://github.com/Kong/charts/blob/main/charts/kong/README.md). ## Seeking help If you run into an issue, bug or have a question, please reach out to the Kong community via [Kong Nation](https://discuss.konghq.com) or open Github issues in [this](https://github.com/kong/charts/issues) repository.