Getting started with Argos Notary
All-in-one Docker Image
Prerequisites
- docker
Activate
Start Argos Notary with the following command:
If you want to persist the mongodb data at first docker volumes should be created.
or with volumes
Argos Notary will be available here
The Swagger page for the argos-service
REST api will be available here
caution
This image should not be used in a Production environment. It is meant for experimental use only!
Deploy on Kubernetes minikube with Helm chart
Prerequisites
- kubectl: documentation
- helm3 3.1+: documentation
- minikube: documentation
Init
To resolve the host names used in the Helm charts add the following lines to the hosts
file.
The minikube ip
is the ip addres from the pervious step:
Enable ingress on the cluster.
You have to wait until ingress is fully up, running and ready. Check by:
Activate
Add the argosnotary Helm repository
Install Argos Notary
Go to the Argos Dashboard with this link
caution
Minikube should not be used in a Production environment. It is meant for experimental use only!