Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 29 days ago
JSON representation
Proof of concept Kubernetes admission controller using the witness attestation verification library
- Host: GitHub
- URL: https://github.com/testifysec/judge-k8s
- Owner: testifysec
- License: apache-2.0
- Created: 2022-01-23T20:02:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T21:51:58.000Z (almost 3 years ago)
- Last Synced: 2024-08-04T00:13:45.607Z (4 months ago)
- Language: Go
- Homepage:
- Size: 13.6 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-software-supply-chain-security - testifysec/judge-k8s: Proof of concept Kubernetes admission controller using the witness attestation verification library
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
```