misePTR is a lightweight Kubernetes controller that watches new nodes and automatically updates their DNS records.
make build./bin/miseptr watch --provider vultr --suffix example.com✅ Connects automatically to in-cluster Kubernetes or local ~/.kube/config.
| Command | Description |
|---|---|
miseptr watch |
Watch nodes and update PTR records |
Install setup-envtest and run tests:
make test✅ This sets up a local Kubernetes control plane for integration testing.
To create a versioned release:
git tag v1.0.0
git push origin v1.0.0The binary will appear under Releases.
This project is licensed under the MIT License.
