Blenra
Optimized for: Gemini / ChatGPT / Claude

Advanced AI Prompt for Kubernetes Ingress with TLS and Cert-Manager

Use this engineered prompt to drastically optimize your workflow and output.

Required Variables

  • [INGRESS_NAME]
  • [DOMAIN]
  • [SERVICE_NAME]
  • [SERVICE_PORT]
  • [CLUSTER_ISSUER]
k8s-ingress-tls-cert-manager-configuration.txt
Act as a Platform Engineer. Generate an Ingress manifest named '[INGRESS_NAME]' for the domain '[DOMAIN]'. Use the NGINX Ingress Controller. Include annotations for cert-manager to use the '[CLUSTER_ISSUER]' for SSL certificate issuance. Map the root path to '[SERVICE_NAME]' on port '[SERVICE_PORT]'. Ensure the TLS section is correctly configured to reference the generated secret.

Example Output

"The AI will output a fully annotated Ingress resource that triggers automated SSL certificate provisioning via cert-manager."