Skip to content

feat(operator): multi-tenancy#5535

Draft
lmilan wants to merge 6 commits into
mainfrom
feat/ko-multi-tenancy
Draft

feat(operator): multi-tenancy#5535
lmilan wants to merge 6 commits into
mainfrom
feat/ko-multi-tenancy

Conversation

@lmilan

@lmilan lmilan commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Description

Fixes #3599

Preview Links

Checklist

  • Tested how-to docs. If not, note why here.
  • All pages contain metadata.
  • Any new docs link to existing docs.
  • All autogenerated instructions render correctly (API, decK, Konnect, Kong Manager).
  • Style guide (capitalized gateway entities, placeholder URLs) implemented correctly.
  • Every page has a description entry in frontmatter.
  • Add new pages to the product documentation index (if applicable).

@lmilan lmilan self-assigned this Jun 11, 2026
@lmilan lmilan requested a review from a team as a code owner June 11, 2026 09:38
Copilot AI review requested due to automatic review settings June 11, 2026 09:38
@netlify

netlify Bot commented Jun 11, 2026

Copy link
Copy Markdown

Deploy Preview for kongdeveloper ready!

Name Link
🔨 Latest commit e18aa27
🔍 Latest deploy log https://app.netlify.com/projects/kongdeveloper/deploys/6a2acfbf8f8f5c0008c4fbc8
😎 Deploy Preview https://deploy-preview-5535--kongdeveloper.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@lmilan lmilan marked this pull request as draft June 11, 2026 09:38

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 10 out of 10 changed files in this pull request and generated 6 comments.


## KongLicense

`KongLicense` is a cluster-scoped resource. A single `KongLicense` applied to the cluster is shared by all `Gateway` instances managed by that {{ site.operator_product_name }} installation, you don't need to create one per tenant or per namespace.
Comment on lines +91 to +95
```bash
kubectl create namespace kong-system
kubectl create namespace kong-gw-public
kubectl create namespace kong-gw-private
```
Comment on lines +101 to +104
```bash
helm repo add kong https://charts.konghq.com
helm repo update
```
Comment on lines +55 to +58
```bash
kubectl apply -f {{site.links.web}}/manifests/kic/echo-service.yaml -n kong-gw-public
kubectl apply -f {{site.links.web}}/manifests/kic/echo-service.yaml -n kong-gw-private
```
Comment on lines +62 to +65
```bash
kubectl rollout status deployment/echo -n kong-gw-public --timeout=60s
kubectl rollout status deployment/echo -n kong-gw-private --timeout=60s
```
Comment on lines +145 to +150
export PUBLIC_GW_IP=$(kubectl get gateway gw-public -n kong-gw-public \
-o jsonpath='{.status.addresses[0].value}')
echo $PUBLIC_GW_IP
export PRIVATE_GW_IP=$(kubectl get gateway gw-private -n kong-gw-private \
-o jsonpath='{.status.addresses[0].value}')
echo $PRIVATE_GW_IP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

KO multi-tenancy

2 participants