+1 vote
in Kubernetes K8s by
Mention the list of objects of Kubernetes?

2 Answers

0 votes
by

Objects that are used in Kubernetes are: 1) Pods, 2) Replication sets and controllers, 3) Jobs and cron jobs, 4) Daemon sets, 5) Distinctive identities, 6) Deployments, 7) and Stateful sets.

0 votes
by

The following is the list of objects used to define the workloads.

  1. Pods
  2. Replication sets and controllers
  3. Deployments
  4. Distinctive identities
  5. Stateful sets
  6. Daemon sets
  7. Jobs and cron jobs
...