## Summary - Split k8s migration plan into phases folder for easier navigation - Added `tag:k8s` to Pulumi ACLs for Kubernetes workloads - Phase 1 work in progress ## Phase 1 Goals - Tailscale Kubernetes Operator - CloudNativePG Operator - PostgreSQL cluster for future app migrations ## Deployment and Testing - [ ] Review Phase 1 plan - [ ] `mise run tailnet-preview` to verify ACL changes - [ ] `mise run tailnet-up` to apply ACL changes - [ ] Create Tailscale OAuth client (manual) - [ ] Deploy operators and PostgreSQL cluster 🤖 Generated with [Claude Code](https://claude.com/claude-code) Reviewed-on: https://forge.tail8d86e.ts.net/eblume/blumeops/pulls/29
16 lines
477 B
YAML
16 lines
477 B
YAML
# DNSConfig for resolving MagicDNS names from within the cluster
|
|
# Deploys a nameserver that resolves ts.net names to egress proxy IPs
|
|
#
|
|
# Requires CoreDNS/kube-dns configuration to forward ts.net queries.
|
|
# See: https://tailscale.com/kb/1438/kubernetes-operator-cluster-egress
|
|
---
|
|
apiVersion: tailscale.com/v1alpha1
|
|
kind: DNSConfig
|
|
metadata:
|
|
name: ts-dns
|
|
namespace: tailscale
|
|
spec:
|
|
nameserver:
|
|
image:
|
|
repo: docker.io/tailscale/k8s-nameserver
|
|
tag: stable
|