The Cloud Native Computing Foundation (CNCF), which builds sustainable ecosystems for cloud native software, announced the graduation of Knative, a serverless, event-driven application layer on top of Kubernetes. Knative simplifies how developers build, deploy, and run modern workloads by abstracting the infrastructure concerns such as autoscaling, routing, event delivery, and building containers. It allows teams to focus on architecture … continue reading
Buildpacks is an open-source project that converts app source code into images that can be run on any cloud. The goal of the project is “to unify the buildpack ecosystems with a platform-to-buildpack contract that is well-defined.” Buildpacks use modern container standards and thus can take advantage of capabilities like cross-repository blob mounting and “rebasing” … continue reading
Buildpacks is an Incubation level project at the CNCF that converts source code into images that can be run on any cloud. It provides for equal control between developers and operations teams, ensures that apps meet security and compliance requirements, and allows administrators to perform updates with minimal intervention. The goal of the project is … continue reading