AthenZ / k8s-athenz-sia

Apache License 2.0
1 stars 7 forks source link

k8s-athenz-sia

License: Apache GitHub release (latest by date) Docker Image Version (tag latest)

Overview

This repository contains Athenz SIA which is basically aimed to work on Kubernetes environment.

Usage

$GOPATH/bin/athenz-sia --help

Build

To update the git submodule from the latest commit (HEAD) hash of the remote repository

git submodule update --recursive --init --remote
make

To update the git submodule from the remote repository

git submodule update --recursive --init
make