Skip to content

Conversation

davidkroell
Copy link

What does it do ?

Adds documentation for usage with Anexia Engine.

Motivation

Tutorial was missing.

More

  • Yes, this PR title follows Conventional Commits
  • Yes, I added unit tests
  • Yes, I updated end user documentation accordingly

Copy link

CLA Not Signed

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign ivankatliarchuk for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. label Oct 13, 2025
@k8s-ci-robot
Copy link
Contributor

Welcome @davidkroell!

It looks like this is your first PR to kubernetes-sigs/external-dns 🎉. Please refer to our pull request process documentation to help your PR have a smooth ride to approval.

You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. Here is the bot commands documentation.

You can also check if kubernetes-sigs/external-dns has its own contribution guidelines.

You may want to refer to our testing guide if you run into trouble with your tests not passing.

If you are having difficulty getting your pull request seen, please follow the recommended escalation practices. Also, for tips and tricks in the contribution process you may want to read the Kubernetes contributor cheat sheet. We want to make sure your contribution gets all the attention it needs!

Thank you, and welcome to Kubernetes. 😃

@k8s-ci-robot k8s-ci-robot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Oct 13, 2025
@k8s-ci-robot
Copy link
Contributor

Hi @davidkroell. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Oct 13, 2025
@ivankatliarchuk
Copy link
Member

Not sure is this repository is the right location. Most likely this tutorial is more relevant here https://engine.anexia-it.com/docs/en or here https://github.com/anexia/k8s-external-dns-webhook

@davidkroell
Copy link
Author

Hi @ivankatliarchuk that's only here because a lot of other providers also have tutorials in the documentation here. If it's no longer wanted this way it is no problem at all - just let me know.

## Creating an Anexia API Token

To use ExternalDNS with CloudDNS, you need an API token to manage DNS zones and records.
For production usage it is advised to use a **service account** to manage DNS records.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
For production usage it is advised to use a **service account** to manage DNS records.
For production usage, it is advised to use a **service account** to manage DNS records.

For production usage it is advised to use a **service account** to manage DNS records.
View the official [documentation how to create a service account and retrieve the respective API token](https://engine.anexia-it.com/docs/en/module/engine-core/getting-started/managing-users-and-teams/managing-users).

Once the user is created the retrieval of the API token itself is very similar to retrieving it from your personal user:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Once the user is created the retrieval of the API token itself is very similar to retrieving it from your personal user:
Once the user is created, the retrieval of the API token itself is very similar to retrieving it from your personal user:

kubectl apply -f web-demo-service.yaml
```

The service is going to expose the application on port 80.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The service is going to expose the application on port 80.
The service will expose the application on port 80.


### Verifying everything worked

Verification if the DNS records were created can be done in multiple ways:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does this sound?

Suggested change
Verification if the DNS records were created can be done in multiple ways:
Verification that the DNS records were created can be done in multiple ways:


## Cleanup

> **Optional:** Only cleanup your changes if they are no longer needed.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

English is dumb. This just got flagged by Grammarly, but I guess cleanup is a noun/adjective, but clean up is a verb

Suggested change
> **Optional:** Only cleanup your changes if they are no longer needed.
> **Optional:** Only clean up your changes if they are no longer needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. docs needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants