...
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
- Permanent Volumes that provide a micro-service.
- pods - one or more (but typically one) container(s) that provide specific application functionality.
- 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
...