Labels and Annotations are one of the main foundations for Kubernetes. They both provide a way for adding additional metadata to our Kubernetes Objects. Labels are used for grouping, viewing, and operating. Each object can have a set of key/value labels defined. Each Key must be unique for a given object. Annotations provide a place […]
The post Labels And Annotations In Kubernetes appeared first on Oracle Trainings for Apps & Fusion DBA.