Skip to content

How can I select the label of the Zilla pod? Making Zilla accessible outside of the Kubernetes (k8s) cluster using a service. #1125

Answered by vordimous
MartinMohammed asked this question in Q&A
Discussion options

You must be logged in to vote

The app.kubernetes.io/* labels are added by the helm install and can be updated for each deployment.

app.kubernetes.io/name: {{ include "zilla.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}

The "zilla.name" comes from the Chart and can be overritten in the values.yaml nameOverride property.

The ".Release.Name" property is the name you used when deploying the zilla helm chart. to change that value you can install zilla and use a different deployment name helm install my-custom-name-for-zilla oci://ghcr.io/aklivity/charts/zilla.

They are currently the same because the default zilla name and release name are the same.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@vordimous
Comment options

Answer selected by vordimous
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants