77
88#
99
10- [ ![ Build status] ( https://img.shields.io/github/workflow/status/devopstoday11 /tarian/CI?style=flat )] ( https://github.com/devopstoday11 /tarian/actions )
11- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/devopstoday11 /tarian )] ( https://goreportcard.com/report/github.com/devopstoday11 /tarian )
10+ [ ![ Build status] ( https://img.shields.io/github/workflow/status/kube-tarian /tarian/CI?style=flat )] ( https://github.com/kube-tarian /tarian/actions )
11+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/kube-tarian /tarian )] ( https://goreportcard.com/report/github.com/kube-tarian /tarian )
1212
1313#
1414
@@ -34,7 +34,7 @@ Why another new security tool when there are many tools available already, like
3434#### Architecture diagram
3535> I will finalize the design diagram soon once I finish talking to some security experts (I already talked to few, and have few more discussions pending).
3636
37- ![ Arch. Diagram] ( https://github.com/devopstoday11 /tarian/blob/5eeed9a0bd5875e6cee423d2d12161a3f7d2d84c/Kube-Tarian.svg )
37+ ![ Arch. Diagram] ( https://github.com/kube-tarian /tarian/blob/5eeed9a0bd5875e6cee423d2d12161a3f7d2d84c/Kube-Tarian.svg )
3838
3939#
4040
@@ -58,7 +58,7 @@ helm install tarian-postgresql bitnami/postgresql -n tarian-system \
58583 . Install tarian
5959
6060``` bash
61- helm repo add tarian https://devopstoday11 .github.io/tarian
61+ helm repo add tarian https://kube-tarian .github.io/tarian
6262helm repo update
6363
6464helm install tarian-server tarian/tarian-server --devel -n tarian-system
@@ -80,14 +80,14 @@ kubectl exec -ti deploy/tarian-server -n tarian-system -- ./tarian-server db mig
8080## Configuration
8181
8282See helm chart values for
83- - [ tarian-server] ( https://github.com/devopstoday11 /tarian/blob/main/charts/tarian-server/values.yaml )
84- - [ tarian-cluster-agent] ( https://github.com/devopstoday11 /tarian/blob/main/charts/tarian-cluster-agent/values.yaml )
83+ - [ tarian-server] ( https://github.com/kube-tarian /tarian/blob/main/charts/tarian-server/values.yaml )
84+ - [ tarian-cluster-agent] ( https://github.com/kube-tarian /tarian/blob/main/charts/tarian-cluster-agent/values.yaml )
8585
8686## Usage
8787
8888### Use tarianctl to control tarian-server
8989
90- 1 . Download from Github [ release page] ( https://github.com/devopstoday11 /tarian/releases/download/v0.0.3-alpha3/tarian_0.0.3-alpha3_linux_amd64.tar.gz )
90+ 1 . Download from Github [ release page] ( https://github.com/kube-tarian /tarian/releases/download/v0.0.3-alpha3/tarian_0.0.3-alpha3_linux_amd64.tar.gz )
91912 . Extract the file and copy tarianctl to your PATH directory
92923 . Expose tarian-server to your machine, through Ingress or port-forward. For this example, we'll use port-forward:
9393
@@ -149,8 +149,8 @@ accessible with `tarianctl get events`.
149149# ## Demo: Try a pod that violates the constraints
150150
151151` ` ` bash
152- kubectl apply -f https://raw.githubusercontent.com/devopstoday11 /tarian/main/dev/config/monitored-pod/configmap.yaml
153- kubectl apply -f https://raw.githubusercontent.com/devopstoday11 /tarian/main/dev/config/monitored-pod/pod.yaml
152+ kubectl apply -f https://raw.githubusercontent.com/kube-tarian /tarian/main/dev/config/monitored-pod/configmap.yaml
153+ kubectl apply -f https://raw.githubusercontent.com/kube-tarian /tarian/main/dev/config/monitored-pod/pod.yaml
154154
155155# wait for it to become ready
156156kubectl wait --for=condition=ready pod nginx
0 commit comments