All Projects → kubernetes-sigs → image-builder

kubernetes-sigs / image-builder

Licence: Apache-2.0 license
Cross provider Kubernetes image building utility.

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
Makefile
30231 projects
python
139335 projects - #7 most used programming language
powershell
5483 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to image-builder

cluster-api-provider-digitalocean
The DigitalOcean provider implementation of the Cluster Management API
Stars: ✭ 85 (-54.55%)
Mutual labels:  k8s-sig-cluster-lifecycle
bootkube
This project now lives at https://github.com/kinvolk/bootkube
Stars: ✭ 1,168 (+524.6%)
Mutual labels:  k8s-sig-cluster-lifecycle
cluster-api-provider-openstack
cluster-api-openstack.sigs.k8s.io/
Stars: ✭ 187 (+0%)
Mutual labels:  k8s-sig-cluster-lifecycle
system-validators
A set of system-oriented validators for kubeadm preflight checks.
Stars: ✭ 22 (-88.24%)
Mutual labels:  k8s-sig-cluster-lifecycle
cluster-api-provider-ibmcloud
Cluster API Provider for IBM Cloud
Stars: ✭ 46 (-75.4%)
Mutual labels:  k8s-sig-cluster-lifecycle
cluster-api-provider-nested
Cluster API Provider for Nested Clusters
Stars: ✭ 240 (+28.34%)
Mutual labels:  k8s-sig-cluster-lifecycle
cluster-api-provider-docker
A Cluster API Provider implementation using docker containers as the infra provider. Cluster API locally for a change!
Stars: ✭ 51 (-72.73%)
Mutual labels:  k8s-sig-cluster-lifecycle
Kubespray
Deploy a Production Ready Kubernetes Cluster
Stars: ✭ 11,588 (+6096.79%)
Mutual labels:  k8s-sig-cluster-lifecycle
Cluster Api
Home for Cluster API, a subproject of sig-cluster-lifecycle
Stars: ✭ 1,992 (+965.24%)
Mutual labels:  k8s-sig-cluster-lifecycle
cluster-api-provider-hcloud
Cluster API infrastructure provider for Hetzner's Hcloud
Stars: ✭ 26 (-86.1%)
Mutual labels:  k8s-sig-cluster-lifecycle

Image Builder

Please see our Book for more in-depth documentation.

What is the Image Builder?

The Image Builder is a collection of cross-provider Kubernetes virtual machine image building utilities.

There are currently 3 distinct tools in this repo:

Each project is independent from each other, with the goal of eventually merging into a single tool.

The konfigadm directory contains manifests for use with the konfigadm CLI.

Useful links

Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the community page.

You can reach the maintainers of this project at:

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.

Goals

  • To build images for Kubernetes-conformant clusters in a consistent way across infrastructures, providers, and business needs.
    • To install all software, containers, and configuration needed by downstream tools such as Cluster API providers, to enable them to pass conformance tests
    • Support end users requirements to customize images for their business needs.
  • To provide assurances in the binaries and configuration in images for purposes of security auditing and operational stability.
    • Allow introspection of artifacts, software versions, and configurations in a given image.
    • Support repeatable build processes where the same inputs of requested install versions result in the same installed binaries.
  • To ensure that the creation of images is performed via well defined phases. Where users could choose specific phases that they needed.

Non-Goals

  • To provide upgrade or downgrade semantics.
  • To provide guarantees that the software installed provides a fully functional system.
  • To prescribe the hardware architecture of the build system.

Roadmap

  • Centralize the various image builders into this repository
  • Create a binary that simplifies the consumption of image-builder
  • Create a versioning policy
  • Automate the building of images
  • Publish images off master to facilitate E2E testing and the removal of k/k/cluster
  • Create a bill of materials for each image and allow it to be used to recreate an image
  • Automate the testing of images for kubernetes node conformance
  • Automate the security scanning of images for CVE's
  • Publish Demo / POC images to coincide with each new patch version of kubernetes to facilitate Cluster API adoption
  • Automate the periodic scanning of images for new CVE's
  • (Stretch Goal) Publish Production ready images with a clear support contract for handling CVE's. Due to the high-level of commitment and effort required to support production images, this will only be done once all the pre-conditions are met including:
    • Create an on-call rotation with sufficient volunteers to provide 365/24/7 coverage
    • Ensure all licensing requirements are met
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].