link_service

command
v1.0.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 19, 2023 License: MIT Imports: 1 Imported by: 0

README

The link microservice. It uses a multi-stage Dockerfile to generate a lean and mean image from SCRATCH that just includes the Go binary. The system has a CI/CD pipeline, but you can also build and deploy it yourself.

Build Docker image

$ docker build . -t g1g1/delinkcious-link-manager:${VERSION}

Push to Registry

This will go by default to DockerHub. Make sure you're logged in:

$ docker login

Then push your image:

$ docker push g1g1/delinkcious-link-manager:${VERSION}

Deploy to active Kubernetes cluster

If you want to push to a local minikube make sure your kubectl is pointed to the right cluster and type:

$ kubectl create -f k8s

Exposing the LinkManager service locally

kubectl port-forward svc/link-manager 8585:8585

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL