Troubleshooting
Frequently asked questions
How can I ensure the fully qualified domain name (FQDN) is resolvable from within the Kubernetes cluster?
kubectl run debug-dns --stdin --tty --rm --image docker.io/rockylinux/rockylinux:9 -- shdnf install bind-utilsdig <fqdn>
I'm unsure which Kubernetes namespace or Helm release is associated with my Immuta installation. How can I find this out?
helm list --all-namespaces --output json | jq '.[]|select(.chart | startswith("immuta"))'I no longer have my immuta-values.yaml Helm values file. How do I recover this file?
immuta-values.yaml Helm values file. How do I recover this file?helm get values <release-name> > immuta-values.yamlI don't want to keep passing option --namespace every time I run a Helm command. How do I set a default?
--namespace every time I run a Helm command. How do I set a default?kubectl config set-context --current --namespace=<name>PostgreSQL
How do I determine if the database is accepting connections?
Redis
How can a TCP connection be established without using Redis CLI?
How do I establish a TCP connection?
Elasticsearch
How do I query the API using cURL?
Last updated
Was this helpful?

