Would love to have some one talk about writing tests for the controllers too
@redstoneprojectrules4 жыл бұрын
Fyi, there's the e2e framework by kubernetes, you can also just write your tests as helm tests and spin up a k3s/microk8s instance in your ci/cd (eg. using k3d) to run them against.
@aszecowka6 жыл бұрын
Really informative presentation!
@redstoneprojectrules4 жыл бұрын
Is there some way you can ensure a controller does not miss an onDelete accidentally?