Open
feat(ske): replace DNS bridge with native gateway_api provider support#62
Conversation
- Bump stackit provider from 0.106.0 to 0.113.0 in all terraform.tf files - Add gateway_api = true to extensions.dns in platform-kubernetes cluster - Add gateway_api field to dns variable type in platform-kubernetes and root modules - Wire gateway_api through main.tf dns block - Remove temporary DNS bridge: helm_release.demo_envoy_gateway, kubernetes_manifest.landing_zone_gateway_class, kubernetes_manifest.landing_zone_sample_gateway, kubernetes_manifest.landing_zone_sample_http_route, data.kubernetes_resources.landing_zone_sample_gateway_service, stackit_dns_record_set.landing_zone_sample_gateway, local.sample_gateway_lb_endpoint_by_key - Update docs/getting-started.md to document native gateway_api path Closes #41 Co-authored-by: lweberru <20902204+lweberru@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Remove SKE DNS gatewayApi API workaround after provider support
feat(ske): replace DNS bridge with native gateway_api provider support
Aug 31, 2026
lweberru
approved these changes
Aug 31, 2026
lweberru
left a comment
Collaborator
There was a problem hiding this comment.
merge ok, but we need to test it.
lweberru
marked this pull request as ready for review
August 31, 2026 11:29
lweberru
approved these changes
Aug 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The STACKIT Terraform provider now natively supports
extensions.dns.gateway_api(added in v0.109.0), making the previous Envoy Gateway +stackit_dns_record_setbridge obsolete.Changes
stackitcloud/stackit0.106.0→0.113.0across all modulesgateway_apitoextensions.dnsinplatform-kubernetes/3-cluster.tf; defaults totruegateway_api = optional(bool, true)to thednsobject type inplatform-kubernetes/variables.tf, rootvariables.tf, and wired throughmain.tf_landing-zone-kubernetes.tf:helm_release.demo_envoy_gatewaykubernetes_manifest.landing_zone_gateway_classkubernetes_manifest.landing_zone_sample_gateway+landing_zone_sample_http_routedata.kubernetes_resources.landing_zone_sample_gateway_servicestackit_dns_record_set.landing_zone_sample_gatewaylocal.sample_gateway_lb_endpoint_by_keygetting-started.mdDNS section updated to the native path