Hack my mis-configured Kubernetes – privileged pods
Guest post by Or Kamara, Engineering Team Lead at Snyk The ease of use of Kubernetes can create some big security holes when introducing changes without understanding their effects. The purpose of this hands-on tutorial is…
Overcoming the challenges of cleaning up container images
Guest post originally published on wref’s blog, by Alexey Igrychev, software engineer Having lots of images residing in your container registry can become a noticeable issue while dealing with CI/CD pipelines for modern cloud-native applications delivered…
The first Authoritative Guide on Harbor is now available in Chinese
Today we are excited to share a new book from the maintainers and contributors of the graduated project Harbor. We were very excited to announce the graduation of Harbor this summer. Harbor was the first project…
CNCF Cloud Native Survey China 2019
Kubernetes is Used in Production by 72% in China 2019 CNCF中国云原生调查 – 中国72%的受访者生产中使用Kubernetes At CNCF, we regularly survey our community to better understand the adoption of open source and cloud native technologies. For the third time,…
Achieving multi-tenancy in monitoring with Prometheus & the mighty Thanos Receiver
Guest post originally published on Infracloud’s blog by Sayan Das, DevOps Engineer at InfraCloud Technologies Hey there! If you are reading this blog post, then I guess you are already aware of Prometheus and how it helps us…
Rebuilding Linkerd’s continuous integration (CI) with Kubernetes in Docker (kind) and GitHub Actions
Guest post originally published on the Bouyant blog by Andrew Seigner This post is a writeup of a talk Andrew gave at KubeCon EU 2020. Introduction In mid-2019, the Linkerd project’s continuous integration (CI) took 45 minutes,…
Delivering cloud-native apps to Kubernetes using werf
werf is a CLI tool that glues well-established software (Git, Docker, Kubernetes, Helm, a variety of container registries & CI systems) to facilitate applications’ delivery. In this webinar, developers, release engineers & SREs will learn how…
The event will feature four days of educational sessions, technical content, and networking for anyone looking to learn about the cloud native ecosystem SAN FRANCISCO, Calif. – October 1, 2020 – The Cloud Native Computing Foundation®…
ephemeral.run: A full application environment for every PR–before you merge to master!
How do you give product managers an early view of new features before your changes are merged into master? How can your quality team run regression tests on a full, live environment, before merging into master?…
How to Create Ephemeral Environments using Crossplane and ArgoCD?
Guest post originally published on the InfraCloud blog by Suraj Banakar What if you could just spin up a temporary cluster to test your application and set it to delete it after a certain time period…