The Cloud Native Computing Foundation (CNCF) is an open source software foundation that promotes the adoption of open source software, as well as technologies such as containers, microservices and service mesh. The CNCF, a subsidiary of the Linux Foundation, aims to establish a vendor-agnostic community of developers, end users and IT technology and service providers to collaborate on open source projects and develop and deploy scalable applications on cloud computing platforms.. CNCF projects The technologies that the CNCF researches and creates are called projects, many of which are hosted on GitHub. CNCF projects progress through three stages of maturity: - Sandbox stage, which is the initial entry point for projects.
- Incubating stage, in which a project must meet all sandbox requirements, as well as additional criteria.
- Graduation phase, in which a project must meet all requirements from the incubating stage, plus additional criteria.
The CNCF hosts projects that span the cloud-native software stack. CNCF projects include Kubernetes, a container orchestration platform; Prometheus, a systems monitoring and alerting tool; and Envoy, a service proxy for service-oriented architectures and cloud-native apps. The CNCF maintains the available technologies' brands and ensures that community members appropriately use them. The foundation also stresses a uniform user experience (UX) and software compatibility. There is a centralized continuous integration (CI) dashboard to ease the testing and management of multiple projects across cloud and bare metal platforms. CNCF Cloud Native Interactive Landscape The CNCF Cloud Native Interactive Landscape is a resource map that filters and categorizes hundreds of cloud-native projects and tools. It organizes technologies into groups, based on functionality, such as scheduling and orchestration, databases and container registries. CNCF, in collaboration with Redpoint Ventures and Amplify Partners, created this interactive map to help enterprises navigate the vast technology ecosystem around cloud-native application deployments. The CNCF also created a Cloud Native Trail Map, composed of 10 steps and tool recommendations to guide companies adopting a cloud-native approach. These steps include: - Containerization. The CNCF recommends that an enterprise begins its journey by packaging an application and its dependencies into containers.
- CI/CD. A CI/CD pipeline will automate code rollouts and testing, and streamline the creation of new containers.
- Orchestration and Application Definition. Orchestration enforces a workflow for automated tasks. For containers, Kubernetes is the leading orchestration platform.
- Observability and Analysis. Enterprises must monitor, log and trace an application's progress. For this step, the CNCF recommends projects such as Prometheus.
- Service Proxy, Discovery and Mesh. Service discovery minimizes configuration efforts for administrators. The CNCF recommends CoreDNS to provide these service discovery capabilities, and also suggests Linkerd and Envoy, which enable service mesh architectures.
- Networking and Policy. For more flexible networking, the CNCF recommends a network project, such as Calico or Weave Net, that is compliant with the Container Networking Interface, another CNCF project aimed at configuring network interfaces in Linux containers.
- Distributed Database and Storage. At this step, the CNCF recommends enterprises run databases at a greater scale to support cloud-native apps. Vitess, a clustering system for MySQL databases, is a suggested project.
- Streaming and Messaging. For enterprises that need high-performance streaming and messaging, the CNCF recommends the universal Remote Procedure Call (RPC) framework gRPC, or the multi-model messaging system NATS.
- Container Registry and Runtime. To store, sign and scan content, the Cloud Native Trail Map recommends Harbor, containerd or rkt.
- Software Distribution. For enterprises that need a secure software distribution, the CNCF suggests that companies look at Notary, a platform that provides high levels of trust over digital content.
Enterprises can choose the tools specifically listed on the map, or use the interactive landscape to see other options for each of the steps outlined above. Continue reading... |
No comments:
Post a Comment