Kubernetes

From wiki.vacula.xyz
Revision as of 14:31, 1 May 2025 by Dracula (talk | contribs) (Created page with "== Concepts == Decoupling: * run resources anywhere * don't tie an application to a specific server * don't store configuration within the application")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Concepts

Decoupling:

  • run resources anywhere
  • don't tie an application to a specific server
  • don't store configuration within the application