DEV Community

Cover image for Cloud Native Computing Foundation Graduated Projects
Victor Darkes
Victor Darkes

Posted on

Cloud Native Computing Foundation Graduated Projects

Cloud Native

Cloud native technologies empower organizations to build and run scalable applications in modern environments. Containers, service meshes, microservices, immutable infrastructure, and declarative APIs are examples. Cloud native software enables loosely coupled systems that are resilient, manageable, and observable.

cncf-color

Cloud Native Computing Foundation

The CNCF seeks to drive adoption of cloud native software by fostering and sustaining an ecosystem of open source, vendor-neutral projects. CNCF is part of the nonprofit Linux Foundation and members include AWS, Apple, Google Cloud, and Microsoft Azure.

Why Care about CNCF?

Now more than ever, companies that are not labeled as software companies are realizing that they need to have their own proprietary software to compete in the digital age. Adopting cloud native technologies and practices enables companies to create software in-house. CNCF technologies enable cloud portability without vendor lock-in. Also the biggest companies develop, support and promote these technologies from their inception so you'll probably work with at least one of these eventually if you already haven't.

When a Project Graduates

A CNCF project can have a maturity level of sandbox, incubating, or graduated. The maturity level is a signal by CNCF as to what sorts of enterprises should be adopting different projects. Projects increase their maturity by demonstrating their sustainability to CNCF’s Technical Oversight Committee. Graduate projects are widely adopted, have frequent changes, and have a variety of contributors.

cncf-graduated-color

Graduated Projects

containerd - Container Runtime

containerd is a container runtime with an emphasis on simplicity, robustness and portability. It is available as a daemon, which can manage the complete container lifecycle of its host system: image transfer and storage, container execution and supervision, low-level storage and network attachments, etc. containerd is designed to be embedded into a larger system, rather than being used directly by developers or end-users.

CoreDNS - Service Discovery

CoreDNS is a Domain Name System (DNS) server and forwarder, that chains plugins. Each plugin performs a DNS function. CoreDNS is a fast and flexible DNS server that allows you to do what you want with your DNS data by utilizing plugins.

Envoy - Network Proxy

Envoy is an edge and service proxy designed for cloud native applications made by Lyft.

Fluentd - Logging

Fluentd collects events from various data sources and writes them to files, RDBMS, NoSQL, IaaS, SaaS, Hadoop and so on. Fluentd helps you unify your logging infrastructure.

Harbor - Registry

An open source registry that secures artifacts with policies and role-based access control, ensures images are scanned and free from vulnerabilities, and signs images as trusted.

Helm - Package Management

Helm is a package manager for Kubernetes that streamlines installing and managing Kubernetes applications. Helm manages Charts, which are packages of pre-configured Kubernetes resources.

Jaeger - Distributed Tracing

Jaeger is a distributed tracing platform that can be used for monitoring microservices-based distributed systems. It was created by Uber Technologies.

Kubernetes - Orchestration

Kubernetes is an open source system for managing containerized applications across multiple hosts. It provides basic mechanisms for deployment, maintenance, and scaling of applications.

Prometheus - Monitoring

Prometheus is a systems and service monitoring system. It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts if some condition is observed to be true.

Rook - Storage

Rook is an open source cloud-native storage orchestrator for Kubernetes, providing the platform, framework, and support for a diverse set of storage solutions to natively integrate with cloud-native environments. Rook turns storage software into self-managing, self-scaling, and self-healing storage services.

TiKV - Key/Value Store

TiKV is an open-source, distributed, and transactional key-value database. Unlike other traditional NoSQL systems, TiKV not only provides classical key-value APIs, but also transactional APIs with ACID compliance.

TUF - Software Update Spec

The Update Framework (TUF) helps developers maintain the security of software update systems. TUF provides a flexible framework and specification that developers can adopt to secure any software update system.

Vitess - Storage

Vitess is a database clustering system for horizontal scaling of MySQL through generalized sharding. By encapsulating shard-routing logic, Vitess allows application code and database queries to remain agnostic to the distribution of data onto multiple shards.

Conclusion

There are a lot of different projects that all have different applications. You don't need to know or use all of these. However, if you are in a situation that requires one of these types of solutions you should consider using one of these products. Do you use any of these products already? If yes, which ones?

If you like what you've read, want to continue the discussion, or have anything else on your mind, reach out to me on Twitter.

Oldest comments (0)