Annotations - kubernetes

  • ConfigMap ConfigMapMount function, service
  • @kubernetes:ConfigMap annotation to configure config maps.

  • Deployment DeploymentConfiguration listener, service, function
  • @kubernetes:Deployment annotation to configure deplyoment yaml.

  • HPA PodAutoscalerConfig function, service
  • @kubernetes:HPA annotation to configure horizontal pod autoscaler yaml.

  • Ingress IngressConfiguration service, listener
  • @kubernetes:Ingress annotation to configure ingress yaml.

  • Job JobConfig function
  • @kubernetes:Job annotation to configure kubernetes jobs.

  • PersistentVolumeClaim PersistentVolumeClaims function, service
  • @kubernetes:PersistentVolumeClaim annotation to configure Persistent Volume Claims.

  • ResourceQuota ResourceQuotas service, function
  • @kubernetes:ResourcesQuotas annotation to configure Resource Quotas.

  • Secret SecretMount function, service
  • @kubernetes:Secret annotation to configure secrets.

  • Service ServiceConfiguration listener, service
  • @kubernetes:Service annotation to configure service yaml.