Packaging and Publishing

Packing your application is rarely as simple as running gcc anymore, especially when deploying to Kubernetes. Tools such as Cloud Native Buildpacks for example can examine your code, determine how to build it, and package it into a container. Additionally, once your container is built, the comes the question: Where does it go? Different container registries provide different features such as image scanning and access management.