Building images
The image building process is performed with Kaniko in a Kubernetes cluster.
This cluster can be Bunnyshell's managed cluster, or your own Kubernetes cluster.
The image is pushed either in Bunnyshell's managed Registry, or your own Image Registry.
Build Settings
From the Environment Settings, you can control where and how the build is performed, by choosing:
The cluster on which the images will be built for the current Environment
The Image Registry where the image will be pushed after it is built
Allocated resources, such as CPU & memory (only when using your own cluster)
The Kubernetes cluster will have access to the same Image Registry, by injecting credentials it as an Image Pull Secret.

Last updated
Was this helpful?