DevOps and Development

How to Fix helm "has no deployed releases" Error

March 4, 2021

When upgrading from a failed deployment, Helm will produce a "helm has no deployed releases" error.
This tutorial covers different ways you can fix this error.

Read more

How To Check TensorFlow Version

March 3, 2021

TensorFlow can be installed in many ways and there are many different versions and builds available. Learn how to check which version is installed on your machine.

Read more

Python SciPy Tutorial - A Guide for Beginners

February 25, 2021

When NumPy is not enough, SciPy has you covered. SciPy is a Python library used for scientific computing. It includes advanced computation algorithms performed at lightning speed. Learn how to use it through examples.

Read more

How to Use Environment Variables with Helm Charts

February 24, 2021

Helm charts are used to collect and package Kubernetes resources into simple and efficient clusters.
In this tutorial, learn how you can incorporate environment variables into your Kubernetes apps by using Helm charts.

Read more

Get Helm Values For a Helm Release

February 10, 2021

Helm releases get updated and so do the values. Each change of Helm values is tracked. Learn how to get Helm values for a Helm release in this tutorial, how to find a specific revision version and the possible output formats.

Read more

How to Roll Back Changes with Helm

February 3, 2021

Helm is a package manager for Kubernetes that offers a host of useful options, including rolling back your deployment to a previous release.
This tutorial offers a step-by-step guide to performing a rollback with Helm.

Read more

How to Use the Linux sleep Command with Examples


The sleep command is used when it is necessary to postpone the execution of commands on the command line or in shell scripts. This tutorial lists ways in which you can utilize the sleep command and provides examples for each use case.

Read more

RHEL Becomes Free for Small Production Workloads

January 28, 2021

RHEL is now free for small production workloads, up to 16 systems. Red Hat announced their newly modified no-cost RHEL program as a response to the growing dissatisfaction due to the switch to CentOS Stream.

Read more

List of kubectl Commands with Examples (+kubectl Cheat Sheet)

December 24, 2020

The Kubernetes command-line tool, kubectl, allows you to control Kubernetes by carrying out HTTP requests to the Kubernetes API. This reference guide provides a list of the most common kubectl commands, along with a handy, downloadable cheat sheet.

Read more

Ansible: Check if a File Exists


Ansible allows you to use a single control node to run a variety of tasks on remote hosts, including checking if specific files and folders exist. Learn how in this tutorial.

Read more
1 37 38 39 40 41 47