DevOps
-
The dark side of Git
Git is Great! As a distributed source code tool, git is great. I love that when I’m on an airplane…
Read More » -
Toil Arising From Alerting
Rising toil is a worry for all DevOps teams. The reasons from where toil arises are numerous. This makes it…
Read More » -
Automation pipelines as a security enabler
Let’s consider automation pipelines from a security perspective. Pipelines can be a security enabler. Secure code in a developer’s machine,…
Read More » -
[MEGA DEAL] The DevOps Master Class Lifetime Bundle (96%)
The Monster, 86-Hour Guide to Today’s Most In-Demand Technologies & Breaking Into One of Today’s Fastest Growing Industries Hey fellow…
Read More » -
Continuous Reliability: How to Move Fast and NOT Break Things
Development and IT Ops teams commonly find themselves in a game of tug-of-war between two key objectives: driving innovation and…
Read More » -
Creating your own devfile registry
Prerequisites You need a Kubernetes or OpenShift cluster (eg., minikube or minishift), into which you have installed Che. Follow the…
Read More » -
Discovering containers loaded by Che 7
Prerequisites You need a Kubernetes or OpenShift cluster (eg., minikube or minishift), into which you have installed Che. Follow the…
Read More » -
Deploying Che 7 to Minishift with chectl
Prerequisites You need the latest Minishift and chectl releases. Fetch them like this (or similar): cd ~/bin curl -sSL https://github.com/che-incubator/chectl/releases/download/20190628062929/chectl-linux -o chectl chmod…
Read More » -
Pass multiple commands on Docker run
Docker apart form serving our workloads efficiently is also an amazing tool when it comes to not installing additional binaries…
Read More »