https://github.com/jcmdsbr/k8s-support-nexus
K8s for Nexus repository: Manage binaries and build artifacts across your software supply chain
https://github.com/jcmdsbr/k8s-support-nexus
kubernetes nexus-repository
Last synced: about 2 months ago
JSON representation
K8s for Nexus repository: Manage binaries and build artifacts across your software supply chain
- Host: GitHub
- URL: https://github.com/jcmdsbr/k8s-support-nexus
- Owner: jcmdsbr
- Created: 2020-06-27T14:52:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-03T20:31:52.000Z (about 4 years ago)
- Last Synced: 2025-01-27T07:30:03.957Z (4 months ago)
- Topics: kubernetes, nexus-repository
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Initialize a Nexus Repository Manager in Kubernetes
- Learning how to setup nexus in k8s environment
## Give a Star! :star:
If you liked the project, please give a star ;)
## You need some of the fallowing tools :exclamation:
- Docker
- K8s## Description :books:
- Nexus is the most popular repository manager in the world and the only universal artifact repository free to use.
## Startup ✔️
In source directory run:
```sh
kubectl apply -f k8sdeploy.yaml
```