Operations | Monitoring | ITSM | DevOps | Cloud

Codefresh

Better Kubernetes at the Edge with Argo CD and Codefresh

Kubernetes at the edge has become extremely popular with retail companies like Chik-Fil-A and Starbucks, leading the way as famous examples to the more exotic US Air Force deploying Kubernetes on F-16s. At Codefresh we’ve seen and helped implement every kind of edge deployment from clusters in retail stores, mobile clusters in vehicles, air-gapped clusters for telecoms, and lots more.

Merging to Main: Productizing the Internal Developer Platform

During this session we went live with Steve Fenton (Octopus Deploy), Bartek Antoniak (VirtusLab), Jordan Chernev (Zillow), and Scott Hiland (Hunter Strategy). The discussion was around how to "productize" a developer platform inside an org - a look at what best practices look like and experiences and advice around that.

Merging to Main: Why Community Engagement Matters with Paul O'Reilly, Tia Lush and Jay Tihema

In this webinar, we went live with Tia Lush with STEM Wana Trust and Jay Tihema with ii.nz. We had a discussion around why community involvement is important, what it looks like, what's successful, and why that engagement matters at all ages and levels from STEM to adult engineers.

Argo CD App Promotion Made Easy w/ Codefresh

Tired of writing scripts, CI/CD pipelines, and doing lots of copy-paste to promote changes between environments? Codefresh is launching Environments and Products to make it easy to model how changes are promoted from one application to another across different environments, Kubernetes clusters and Argo instances in one simple, declarative format.

Creating Temporary Preview Environments Based On Pull Requests With Argo CD And Codefresh

In our big guide for Kubernetes deployments, we explained the benefits of using dynamic environments for testing. The general idea is that each developer gets a preview environment instead of having a fixed number of testing/QA environments. The environment gets created on the fly when you open a pull request. Typically, it gets destroyed when you merge the pull request (or after a specific amount of time).