Sobes.tech
Junior — Middle

What types of applications do you interact with in Kubernetes?

sobes.tech AI

Answer from AI

In Kubernetes, I interact with different types of applications:

  • Stateless applications — for example, web servers, API services that do not store state between requests.
  • Stateful applications — databases, cache systems that require state preservation and resilience to restarts.
  • DaemonSet applications — services that need to run on every node, such as monitoring or logging agents.
  • Batch and CronJob — tasks that are executed once or on a schedule.

Each type requires specific resource configurations, storage, and network settings.