DevOps and Development

Kubernetes Secrets – How to Create, Use and Access Secrets

April 6, 2021

Applications deployed through Kubernetes often require access to databases, services, and other resources located externally, so they need a way to securely store sensitive data. Secrets help organize and distribute sensitive information across a cluster. This tutorial explains what secrets are and how to use them.

Read more

Python Data Types {Comprehensive Overview}

April 1, 2021

Every programming language has their own set of built-in data types. In Python, data types provide information about a variable and what operations it supports. Learn about each data type in Python through examples.

Read more

Helm Commands Cheat Sheet

March 25, 2021

Helm is a package manager that features all the necessary commands for easy app management in a Kubernetes cluster. This tutorial covers all the important Helm operations and provides examples to help you learn its syntax and features.

Read more

Spark Streaming Guide for Beginners

March 24, 2021

Learn how Spark Streaming enriches the Spark API for large scale data streaming and processing with a step-by-step example of streaming Twitter data in Python.

Read more

Install Elasticsearch on Kubernetes Using Helm Chart

March 18, 2021

There are several methods for deploying Elasticsearch and the rest of the ELK stack on Kubernetes. Using Helm and helm charts is the most straightforward one. This tutorial lists steps to install Elasticsearch, Kibana, and Metricbeat in Kubernetes using a helm chart template.

Read more

What Is a Spark DataFrame?

March 16, 2021

Thanks to Spark's DataFrame API, we can quickly parse large amounts of data in structured manner. DataFrame API is available for Java, Python or Scala and accepts SQL queries.

Read more

How to Generate a Self-Signed Certificate for Kubernetes

March 11, 2021

Testing Web UI clients whose API backend runs in a local Kubernetes cluster requires HTTPS access. This tutorial explains how to obtain HTTPS access by generating a self-signed certificate using cert-manager, CFSSL, Easy-RSA, and OpenSSL methods.

Read more

How To Delete Helm Deployment And Namespace


This step-by-step tutorial teaches you how to delete a Helm deployment from a specific namespace and how to remove a Kubernetes cluster namespace.

Read more

What is Helm? Helm and Helm Charts Explained


Helm automates application deployment to Kubernetes clusters. Helm provides a templating approach to deployment, which makes the process of going from testing to production a smoother experience.

Read more

What is Istio? - Architecture, Features, Benefits and Challenges


Istio is an open-source service mesh implementation that manages communication and data sharing between microservices. In this article, learn more about the main Istio features, its architecture, and how it is implemented.

Read more
1 31 32 33 34 35 46