Operations | Monitoring | ITSM | DevOps | Cloud

December 2019

Integrating Open Source Management Into Your CI/CD Pipeline with WhiteSource

Open source components have become a basic building block in today’s software development process. It’s no surprise that 60%-80% of the codebase in 92% of modern applications is open source — they provide us with tried-and-true code that allows us to save time and focus on creating the secret sauce that will make our products the next great tech innovation.

Make DevOps Suck Less With the World's First CI/CD Live Debugger in Codefresh

Codefresh recently launched the world’s first live debugger for CI/CD which dramatically cuts down on the time it takes to debug, diagnose, and even build a pipeline. Join us to see how it works in real-world scenarios and to see how you can cut down on the time you spend with your CI/CD pipelines.

Cloud Native CI/CD: How Engineering Teams Accelerate with Kubernetes, Docker, and Codefresh

Is your organization is looking to embrace containerization and microservices? In this webinar, you will learn how Kubernetes manages container-based applications and their associated networking and storage components. You will also learn about the evolving Kubernetes ecosystem, which includes components such as Helm charts, Istio, etc.

Codefresh vs. GitlabCI

If you have selected Gitlab as your git provider, you may automatically think about selecting GitlabCI as your CI/CD solution as well. Using the same vendor for source control and CI/CD might seem natural, but is not always the best combination. In fact, choosing a “good-enough” option just because it is part of the same solution is unwise in the long run if it doesn’t cover your needs.

Why you should be using Multi-Stage Docker Builds in 2019 (EU Time Zones)

Docker multi-stage builds were announced 2 years ago, but sadly not all developers are using them. Using multi-stage builds can result in a much more secure and smaller Docker image. In some cases, you can take a Docker image from 700MB to 20MB, which makes a big difference in the context of CI/CD. In this webinar, we will see how to use multi-stage Docker builds and the best practices around them.

DevOps.com - Helm 3: Navigating to Distant Shores

Since its initial debut 5 years ago, Kubernetes has grown up quite a bit, but one thing hasn’t changed: writing Kubernetes manifest files from scratch is hard. In fact, it’s borderline discouraging for new users looking to use the de facto container orchestrator. Thus, the need for a package manager was born: Helm. Helm is almost as old as Kubernetes (it’s about 4 years old) and Helm 2 is a merger of two code bases, which made for some interesting ways of approaching even the most basic of security concerns (say, RBAC for instance). If you’re familiar with Helm you already know how useful it is, but there are features you’d like added, some updates you’ve wished for and a major component you’d like removed: Tiller.

Using Multi stage Docker, Go, Java,& Bazel to DESTROY Long Build Times

Those long build times are EMBARRASSING! In this EPIC click-batey talk, we’ll open up our toolbox to optimize build times down to nothing. Multi-stage Docker will be critical but so will Bazel, Go, and yes, even Java. No matter what kind of environment you’re running, you’ll find some best practices to speed up your times, scratch that, you’ll DESTROY those AWFUL build times with DEVOPS and CI TOOLS.