Skip to content

feat(cluster): add Kubernetes API DNS record - #19

Merged
xnoto merged 1 commit into
mainfrom
feat/public-k3s-api
Aug 14, 2026
Merged

feat(cluster): add Kubernetes API DNS record#19
xnoto merged 1 commit into
mainfrom
feat/public-k3s-api

Conversation

@xnoto

@xnoto xnoto commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add api.makeitwork.cloud to the proxied CNAMEs for the operator-owned cluster-apps-k3s tunnel
  • document direct Dex OIDC kubectl access
  • retain the Access-gated k3s.makeitwork.cloud TCP route during migration

Validation

  • canonical tfroot pre-commit suite
  • OpenTofu validate, tflint, Checkov, fmt, terraform-docs, and Gitleaks passed
  • only the expected no-commit-to-branch hook failed locally because the repository started on main

Rollout

Merge this PR before the paired kustomize-cluster route PR.

@github-actions

Copy link
Copy Markdown

OpenTofu Plan

OpenTofu will perform the following actions:

  # cloudflare_dns_record.cluster_apps["api"] will be created
  + resource "cloudflare_dns_record" "cluster_apps" {
      + content          = "7a3b548e-734f-427c-bd37-b360199f5433.cfargotunnel.com"
      + created_on       = (known after apply)
      + id               = (known after apply)
      + meta             = (known after apply)
      + modified_on      = (known after apply)
      + name             = "api"
      + proxiable        = (known after apply)
      + proxied          = true
      + settings         = (known after apply)
      + tags             = (known after apply)
      + tags_modified_on = (known after apply)
      + ttl              = 1
      + type             = "CNAME"
      + zone_id          = (sensitive value)
    }

Plan: 1 to add, 0 to change, 0 to destroy.

@xnoto
xnoto merged commit e1c50fa into main Aug 14, 2026
3 checks passed
@xnoto
xnoto deleted the feat/public-k3s-api branch August 14, 2026 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant