Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/testifysec/judge-k8s

Proof of concept Kubernetes admission controller using the witness attestation verification library
https://github.com/testifysec/judge-k8s

Last synced: about 2 months ago
JSON representation

Proof of concept Kubernetes admission controller using the witness attestation verification library

Awesome Lists containing this project

README

        

# judge-k8s

A attestation validator for Kubernetes

## Development

Set up K3d cluster and start Skaffold

```
k3d registry create --port 0.0.0.0:34751 skafold-dev
k3d cluster create --registry-use skafold-dev:34751
skaffold dev
```