Subscription

Thanks for submitting the form.
Introduction to Cloud Native Computing Foundation
CNCF (Cloud Native Computing Foundation), as we know, is a small organization, and it's not narrowed to a specific type of project, it's so diverse and deals with too many projects, and it's growing continuously. So there was a need to make these projects interact and function together. And CNCF-CI is the way to make all these things possible. It's a CI that takes care of cross-project interoperability of all cloud-native tech, and integrates, tests, and deploys projects within its ecosystem.An approach in which developers merge their code into a shared repository several times a day. Click to explore about our, Continuous Integration and Continuous Delivery
Why do we need Cloud-Native CNCF-CI?
It is growing continuously, and to make it faster, work smoothly, fix bugs fast and make the release quicker, and be more agile there was a need for something which can communicate and function with all the cloud-native projects, this is what cancer-ci will do - CNCF would like to ensure cross-project interoperability of all cloud-native technologies and show the daily status of builds, deployments, and end-to-end tests on a status dashboard.Architecture of CNCF-CI
It mainly consists of -- A dashboard
- Status Repository Server
- Testing system
This project has three sections a dashboard, a status repository server, and a testing system all together make the Cloud Native Computing Foundation ci process. The testing system is used to validate the build and deployments whenever there will be a commit on stable and HEAD to Arm or x86 architecture on bare metal servers. Continuous Integration validates interoperability between each CNCF project. The status repository server fetches the results generated by the test system, and the dashboard displays them.
What are its key features?
The crucial primary feature of CNCF CI v2 is - It is going to be Project Centric - That is it will focus on and validate its hosted graduated and incubating project first. Increase Collaboration - The CI system will integrate with the external CI system to retrieve its project's build status and container artifacts. Agnostic testing - According to Kubernetes release Bare Metal According to architecture - x86 and Arm
A highly available, scalable production environment to deploy Magento projects on AWS. Click to explore about our, AWS Jenkins Pipeline Continuous Integration with Magento
Continuous Integration Dashboard
The below image is the CI dashboard overview, and the highlighted section shows the provisioning of the test environment for the Kubernetes release with selected architecture for the projects. Here we can see the test environment having Kubernetes release v1.13.0 for projects CoreDNS is a success, and we can adjust the Kubernetes version through the drop down and see project CoreDNS success too for different Kube versions. The build and deploy section for every project is interactive we can check the build details and deploy by clicking on it, and it will show the build and deploy job running on GitLab. You can find the dashboard for CNCF-CI here.Tech flow overview
The tech flow of CNCF-CI is something like this - the CI/CD runs on the GitLab platform, and it uses Terraform and cloud-init for test environment provisioning, the app deployments are done through Helm and use Git+yaml files for automating the build and deployments steps. The CI testing system has four stages - Kubernetes test environment provisioning- Collect the k8s artifacts
- provision the packet server and bootstrap k8s
- finally, update the dashboard with the results for the status badge
- Build - Compile or retrieve the binaries and e2e test results.
- Package - Create containers and push the created artifacts to the gitlab docker registry.
- Update - update the build status badge on the CI dashboard.
- Artifacts - Sum up all the project artifacts from the previous step i.e., build stage
- Cross-project - Deploy each project with the help of Helm.
- Update the deploy status badge on the CI dashboard
A Comprehensive Strategy
- Read more about Cloud Native Databases Best Practices
- Learn More about Cloud Native Applications Architecture
- Contact Us for Cloud Native Application Development Services and Solutions