Skip to content

Why does talos rely on a separate config from kubernetes? #5289

Answered by smira
wokalski asked this question in Q&A
Discussion options

You must be logged in to vote

I'm not sure what kind of config you're asking about. If that's talosconfig and kubeconfig (client-side configuration), then the answer is easy. The file talosconfig file contains client credentials to access Talos Linux API. Sometimes Kubernetes might be down for a number of reasons (etcd issues, misconfiguration, etc.), while Talos API access will always be available. Talos API is a way to access the operating system and fix issues, e.g. fixing access to Kubernetes. When the OS is running fine, using only Kubernetes APIs (via kubeconfig) is all you might need to deploy and manage Kubernetes workloads.

Replies: 1 comment 1 reply

Comment options

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

Answer selected by wokalski
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