Advance Topics

Annotation.

"metadata": { "annotations": { "key1" : "value1", "key2" : "value2" } }
apiVersion: extensions/v1beta1 kind: Deployment metadata: name: webserver annotations: description: Deployment based PoC dates 2nd May' 2019
$ kubectl describe deployment webserver Name: webserver Namespace: default CreationTimestamp: Fri, 03 May 2019 05:10:38 +0530 Labels: app=webserver Annotations: deployment.kubernetes.io/revision=1 description=Deployment based PoC dates 2nd May'2019

Jobs and CronJobs

Quota Management.

AutoScaling.

DaemonSets

StatefulSets

Kubernetes Federation.

Custom Resources

Helm.

Security Contexts and Pod Security Policies.

Network Policies.

Monitoring and Logging.