Tag: orchestration

  • Kubernetes 1.17 released today – Open Source

    Kubernetes 1.17 released today
    Kubernetes Logo

    Today Kubernetes released it’s version 1.17. The software is one of the most popular open source projects ever. It allows managing containerised applications and micro-services. The release arrives at the end of a regular development cycle.

    After the project was announced in 2014 by two Google employees, it hit a first 1.0 milestone on July 2015. The project gained massive popularity in the cloud world because it enables scalable infrastructures and service. With the Kubernetes 1.0 release, Google partnered with the Linux Foundation to form the Cloud Native Computing Foundation (CNCF) as a new home for the technology.

    Since Kubernetes became publicly available, it gained popularity quickly and today is commonly used as the main way to host microservice-based implementations, mostly because Kubernetes and its associated ecosystem provide a rich choice of tools with all the capabilities that are needed to address key concerns of any modern software architectures.

    With Kubernetes 1.17 released today, the package comes with more details on the release in the Release Schedule or in particular on the Changelog.

  • Kubernetes 1.16 released

    Kubernetes, the container orchestration and hardware abstraction framework, reached Version 1.16. Custom Resources, Overhauled Metrics, and Volume Extensions are the mentionable new features in the new release.

    We’re pleased to announce the delivery of Kubernetes 1.16, our third release of 2019! Kubernetes 1.16 consists of 31 enhancements: 8 enhancements moving to stable, 8 enhancements in beta, and 15 enhancements in alpha.Major Themes Custom resources CRDs are in widespread use as a Kubernetes extensibility mechanism and have been available in beta since the 1.7 release. The 1.16 release marks the graduation of CRDs to general availability (GA).

    Source: Kubernetes 1.16: Custom Resources, Overhauled Metrics, and Volume Extensions – Kubernetes