An open API service indexing awesome lists of open source software.

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

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
```