Skip to content

Where to go from here

You’ve run the pilot and read your first finding. This is what to reach for next, and what the pilot deliberately leaves out.

  • Connect Kubernetes — Helm release drift on AKS / EKS / GKE. One kubeconfig integration is self-contained (no separate cross-check credential needed).
  • Connect AWS (security groups) and GCP (firewall rules) — the same independent cross-check, other clouds.
  • CI/CD gates — block drift pre-merge with a policy gate, and trigger a scan right after a deploy.
  • No SSO/SAML — email/password with role-based access control today.
  • No billing — nothing to pay, nothing to configure.
  • TLS is your call — the chart takes a TLS secret; it doesn’t provision certs. A stable hostname/TLS is the production installation path.
  • Cloudkeel-DD never writes to your cloud — remediation is a PR you review and merge yourself. Read-only credentials are enough, everywhere.