Microsoft acquires Kinvolk Kinvolk, best known for their contributions to Weave Scope or the generous promise of forking CoreOS and maintaining "Flatcar Linux" has been acquired by Microsoft. The promise: existing Kinvolk products remain maintained!
CNCF Cloud Native Survey 2021: Part 1 is open now! As every year, there is a Cloud-Native survey conducted by the CNCF. This time the survey is split into two parts: the first survey will be about cloud, containers, and Kubernetes, while the second part will include other cloud-native technologies such as service mesh, serverless, and storage. The second part will be performed later in the year.
Containers & Orchestration
k0s Ready for Production With its latest release, K0S claims to be production-ready. After extensive work in the last 6 months, there is now an automated Backup and Restore functionality, a novel feature compared to other Kubernetes distributions.
kubernetes-sigs/security-profiles-operator A promising project focusing on simplifying the management of Linux security profiles reached a new milestone this week; noteworthy changes include the possibility to RECORD seccomp profiles via the OCI seccomp BPF hook, multi-architecture (hey arm64!), and a couple more!
Development
Cloud-Native Go "This practical book shows you how to use Go's strengths to develop cloud native services that are scalable and resilient, even in an unpredictable environment. You'll explore the composition and construction of these applications, from lower-level features of Go to mid-level design patterns to high-level architectural considerations. Each chapter builds on the lessons of the last, walking intermediate to advanced developers through Go to construct a simple but fully featured distributed key-value store."
Announcing Vitess 10 "In this release, Vitess Maintainers have continued to focus on compatibility. It is still the most critical component of Vitess being part of the MySQL ecosystem. We have also started working on benchmarking and performance optimizations. These improvements have given us a clear vision of which areas of Vitess can be improved in terms of performance."
Intro NATS CLI NATS now brings an official CLI to interact with the NATS API. Features include observability functions, configuration, cluster interaction, and many more.
CI/CD
Tutorial: Tekton Triggers with GitHub integration "In this blog post we’re going to take a look at Tekton Triggers and integrate it with GitHub. We’re going to setup a GitHub webhook that will automatically run our pipeline when a GitHub PR is opened or new commits are pushed to an existing PR branch."
Other
Site Reliability Engineering (SRE) Best Practices SRE's real focus is preventing outages. If you’re planning to adopt SRE culture in your project/organization, train your team, follow these SRE best practices.