Overview
Syllabus
intro
preamble
developer platform coverage
understanding developer workflows
how changes get to production
where can we benefit from having automation?
gitops
an environment
why does testing exist?
source code ... running in production
k8s deployment yaml, helm charts etc
dev - code review - ci/cd - pre-prod - prod
ci might have a flavor of building images, usually not
ci/cd
code review
dev and ci usually reports to docker
deep dive: inner-loop of sdlc
dev
development purposes "local dev", ide etc
testing purposes "local dev", ci, etc
takeaways
Taught by
Conf42