Skip to content

18. Testing

Siarhei P edited this page Jul 3, 2024 · 4 revisions

Homework Assignment 1: Automate Docker images test by github action

  • deploy docker image for test
  • test by requesting data from image
  • test if image has not root access inside

Homework Assignment 2: Create CI for testing Kubernetes manifests using kubeconform

  • start on push or create PR to manifests repository
  • all tools are inside container/pods
  • integrate notification about status of validation
  • (optional) if you have more then one manifest, you have to implement parallel validation for them

Create PR to with your github action files and short report