https://github.com/micronaut-projects/micronaut-kubernetes
This project includes integration between Micronaut and Kubernetes
https://github.com/micronaut-projects/micronaut-kubernetes
kubernetes micronaut
Last synced: 6 months ago
JSON representation
This project includes integration between Micronaut and Kubernetes
- Host: GitHub
- URL: https://github.com/micronaut-projects/micronaut-kubernetes
- Owner: micronaut-projects
- License: apache-2.0
- Created: 2019-03-04T22:44:00.000Z (over 6 years ago)
- Default Branch: 7.1.x
- Last Pushed: 2025-03-28T20:35:11.000Z (7 months ago)
- Last Synced: 2025-03-28T21:29:55.015Z (7 months ago)
- Topics: kubernetes, micronaut
- Language: Java
- Homepage: https://micronaut-projects.github.io/micronaut-kubernetes/latest/guide
- Size: 18.9 MB
- Stars: 45
- Watchers: 17
- Forks: 27
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Micronaut Kubernetes
[](https://search.maven.org/search?q=g:%22io.micronaut.kubernetes%22%20AND%20a:%22micronaut-kubernetes-discovery-client%22)

[](https://travis-ci.org/micronaut-projects/micronaut-kubernetes)
[](https://ge.micronaut.io/scans)This project includes integration between [Micronaut](http://micronaut.io) and [Kubernetes](https://kubernetes.io).
## Documentation
See the [Documentation](https://micronaut-projects.github.io/micronaut-kubernetes/latest/guide) for more information.
See the [Snapshot Documentation](https://micronaut-projects.github.io/micronaut-kubernetes/snapshot/guide) for the
current development docs.## Contributing Code
If you wish to contribute to the development of this project please read the [CONTRIBUTING.md](CONTRIBUTING.md)
## Snapshots and Releases
Snaphots are automatically published to [JFrog OSS](https://s01.oss.sonatype.org/content/repositories/snapshots/io/micronaut/) using [Github Actions](https://github.com/micronaut-projects/micronaut-kubernetes/actions).
See the documentation in the [Micronaut Docs](https://docs.micronaut.io/latest/guide/index.html#usingsnapshots) for how to configure your build to use snapshots.
Releases are published to JCenter and Maven Central via [Github Actions](https://github.com/micronaut-projects/micronaut-kubernetes/actions).
A release is performed with the following steps:
* [Publish the draft release](https://github.com/micronaut-projects/micronaut-kubernetes/releases). There should be already a draft release created, edit and publish it. The Git Tag should start with `v`. For example `v1.0.0`.
* [Monitor the Workflow](https://github.com/micronaut-projects/micronaut-kubernetes/actions?query=workflow%3ARelease) to check it passed successfully.
* Celebrate!