Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ONAP Components to Kubernetes Object Relationships

Kubernetes deployments consist of multiple objects:

  • nodes - a worker machine - either physical or virtual - that hosts multiple containers managed by kubernetes.
  • services - an abstraction of a logical set of pods
  • services
  • that provide a micro-service.
  • pods - one or more (but typically one) container(s) that provide specific application functionality. 
  • permanent volumes Permanent Volumes - One or more permanent volumes need to be established to hold non-ephemeral configuration and state data.

OOM uses these kubernetes objects as follows.

...

OOM Networking with Kubernetes

...