Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add links to guides for Micronaut Kubernetes #665

Merged
merged 1 commit into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/main/docs/guide/kubernetesGuides.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
See the following list of guides to learn more about working with Kubernetes in the Micronaut Framework:

https://guides.micronaut.io/latest/tag-kubernetes.html
10 changes: 10 additions & 0 deletions src/main/docs/guide/service-discovery.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,14 @@ kubernetes:
- env: prod
----


Note that the filtering is not applied on manually configured service configurations.

## Service discovery guides

See the following guides to learn more about Kubernetes service discovery using the Micronaut Framework:

- https://guides.micronaut.io/latest/micronaut-k8s.html[Kubernetes Service Discovery and Distributed Configuration]
- https://guides.micronaut.io/latest/micronaut-k8s-aws.html[Service Discovery and Distributed Configuration with Amazon Elastic Kubernetes Service (EKS)]
- https://guides.micronaut.io/latest/micronaut-k8s-gcp.html[Service Discovery and Distributed Configuration with Google Kubernetes Engine (GKE)]
- https://guides.micronaut.io/latest/micronaut-k8s-oci.html[Service Discovery and Distributed Configuration with Oracle Cloud Container Engine for Kubernetes (OKE)]
3 changes: 2 additions & 1 deletion src/main/docs/guide/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ kubernetes-informer: Kubernetes Informer
kubernetes-operator: Kubernetes Operator
logging: Logging and debugging
breaking: Breaking Changes
repository: Repository
kubernetesGuides: Guides
repository: Repository