Container Deployment
v2.9.0
Search this version
Container Deployment
Container Deployment
Page
Code Steps
Category
Label
Link
Separator
Title
Message
Page icon
No icon. This page keeps the plain index row.
orSVG or PNG, square, at least 32×32.
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Enable HTTPs
Copy Markdown
Open in ChatGPT
Open in Claude
Step 1 — Create TLS secret
Create cert and key with x509 format and add TLS secret:
kubectl create secret tls mdcluster-control-center-tls \
--cert=<control-center-cert-file> --key=<control-center-key-file>
kubectl create secret tls mdcluster-api-gateway-tls \
--cert=<api-gateway-cert-file> --key=<api-gateway-key-file>
Step 2 — Create TLS secret
Update override-values.yaml in Quick start
control-center:
tls:
enabled: true
secretName: mdcluster-control-center-tls
workers:
api-gateway:
tls:
enabled: true
secretName: mdcluster-api-gateway-tls
Step 3 — Apply config
helm upgrade mdcluster ./mdcluster --install -f ./override-values.yaml
Last updated on
Was this page helpful?
Next to read:
Resource requirementsnull
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message