DEV Community

Discussion on: Kubernetes for everyone β˜ΈοΈπŸ’‘πŸŽ‰

Collapse
 
huholoman profile image
Huholoman • Edited

It is not necessary to use alpine to minimize resources. There are easy ways to build image "from scratch". Like mount your empty image and put your staff in, for example

dnf install --installroot...

Collapse
 
chiefy profile image
Christopher "Chief" Najewicz

just remember you'll need ca-certs if you're doing any tls in your container

Collapse
 
sendilkumarn profile image
Sendil Kumar

oh.. that sounds interesting. I will take it a spin. Thanks πŸ‘πŸ™‚

Collapse
 
huholoman profile image
Huholoman • Edited

I can recommend you some useful tools

  • buildah makes building images easier
  • ansible-bender allows you to use ansible to build your image (also uses buildah)