Kosli launches at DevOpsDays Oslo
Whooo wee 🎉, have we got news for you. Kosli officially launches on Nov 2nd and what beter way to celebrate than with our friends at ur DevOpsDays Oslo - where we are official sponsors. So if you …
Docker Tags Demystified: A Guide With Examples
The main principle behind Docker and containerization isn’t too difficult to grasp. You put your software and its dependencies inside a “package” and distribute it. Whoever has this …
Does the GitOps emperor have no clothes?
A hot take 🔥🔥 from a kind place. Before I start throwing sparks around I want to make clear that I think there’s lots of benefits to capturing everything as code in git. Static definitions, recipes …
DevOps Compliance Agency (DCA) investigating The DevOps Enterprise Summit in Las vegas
Kosli has been tipped off that at this year’s DevOps Enterprise Summit in Las Vegas (Oct 18-20) the DevOps Compliance Agency (DCA) will be in attendance to review and monitor conference …
Using git diff to Compare Tags: A Guide With Examples
In Git, you can use the git diff command for comparisons. This command is very powerful and flexible, and it covers a lot of ground, but today we’ll be narrowing the scope down to the “git …
Review: Investments Unlimited - A Novel about DevOps, Security, Audit Compliance, and Thriving in the Digital Age
“You know, it may feel like regulators are out to get us, but they’re really there to help us and help protect our customers.” If you’re into DevOps there’s a pretty good chance at least one book from …
Git Grep Like a Pro: The Complete Guide
How do you search for a given string inside many different files? If you’re familiar with the command line, you have the answer on the tip of your tongue: grep. You may know that there is a …
Docker Commit Explained: A Guide With Examples
Docker is a popular set of tools for creating and running applications in containers. Developing an application to run in a container means isolating the application from the underlying …
Docker Build: A Detailed Guide With Examples
One of the many ways Docker makes your life easier is that there are a bunch of development tools you no longer need to install on your machine. Instead, you can rely on images. But if you plan on …