Giter Site home page Giter Site logo

build's Introduction

Knative build

GoDoc Go Report Card

This repository contains a work-in-progress build system that is designed to address a common need for cloud native development.

A Knative build extends Kubernetes and utilizes existing Kubernetes primitives to provide you with the ability to run on-cluster container builds from source. For example, you can write a build that uses Kubernetes-native resources to obtain your source code from a repository, build a container image, then run that image.

While Knative builds are optimized for building, testing, and deploying source code, you are still responsible for developing the corresponding components that:

  • Retrieve source code from repositories.
  • Run multiple sequential jobs against a shared filesystem, for example:
    • Install dependencies.
    • Run unit and integration tests.
  • Build container images.
  • Push container images to an image registry, or deploy them to a cluster.

The goal of a Knative build is to provide a standard, portable, reusable, and performance optimized method for defining and running on-cluster container image builds. By providing the “boring but difficult” task of running builds on Kubernetes, Knative saves you from having to independently develop and reproduce these common Kubernetes-based development processes.

While today, a Knative build does not provide a complete standalone CI/CD solution, it does however, provide a lower-level building block that was purposefully designed to enable integration and utilization in larger systems.

Learn more

To learn more about builds in Knative, see the Knative build documentation.

To learn more about Knative in general, see the Overview.

Developing Knative builds

If you are interested in contributing to Knative builds:

  1. Visit the How to contribute page for information about how to become a Knative contributor.
  2. Learn how to set up your development environment.

build's People

Contributors

mattmoor avatar imjasonh avatar adrcunha avatar shashwathi avatar vdemeester avatar dprotaso avatar mattmoor-sockpuppet avatar evankanderson avatar pmorie avatar dgageot avatar jcrossley3 avatar nader-ziada avatar jonjohnsonjr avatar bkrannich avatar bobcatfish avatar rootfs avatar labadav avatar prithviramesh avatar vbatts avatar zrss avatar mathspanda avatar ahmetb avatar bsnchan avatar danielpeach avatar greghaynes avatar rakyll avatar rawlingsj avatar jarvis-zhou avatar khrisrichardson avatar mchmarny avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.