Results for: Docker

How to Install Rancher on Ubuntu

September 2, 2020

Install Rancher on your Ubuntu server and get started using this container management platform that helps manage Kubernetes at scale. Create, run, and deploy clusters in a few simple steps using this powerful tool.

Read more

How to Install ELK Stack (Elasticsearch, Logstash, and Kibana) on Ubuntu 18.04 / 20.04

July 22, 2020

Need to install the ELK stack on Ubuntu 18.04 or 20.04? Follow this guide and set up each layer of the stack - Elasticsearch, Logstash, and Kibana.

Read more

How to Install Redis on Ubuntu 20.04 / 18.04

July 7, 2020

Install Redis on Ubuntu 20.04 in a couple of simple steps by following this tutorial. This guide also shows you how to set up the basic configuration and password authentication by modifying the Redis configuration file.

Read more

How to Install Minikube on Ubuntu 18.04 / 20.04

April 30, 2020

Follow this step-by-step tutorial to install Minikube on your Ubuntu 18. 04. Minikube allows you to work in a Kubernetes environment and test your applications without using up a lot of resources. Set up the software and start working with Kubernetes locally today.

Read more

How to Export a PostgreSQL Table to CSV

March 17, 2020

Learn how to export a PostgreSQL table to a .csv file. This feature is especially helpful when transferring the table to a different system or importing it to another database application. The guide shows you how to use either the COPY or the /copy command to export PostgreSQL databases and columns as .csv files.

Read more

How to Install Jenkins on Kubernetes

March 3, 2020

Use a provided set of YAML files to deploy scalable Jenkins on Kubernetes in 4 easy steps. Use Jenkins to automate your software development pipeline and deliver consistent business value to your customers.

Read more

How to Containerize Legacy Applications

February 27, 2020

This article focuses on the benefits of migrating to a new distributed architecture. Containers have taken the DevOps world by storm and streamlined the software deployment process. Almost all applications can be containerized. Use this tutorial to find out where to start and what to look out for.

Read more

What are Microservices? Introduction to Microservices Architecture

December 26, 2019

Microservices are a system used to develop an application, built on a selection of individual services working together to ensure seamless and highly responsive performance. If you are building a complex, multi-functional app, you should consider using the microservice architecture.

Read more

Building Optimized Containers for Kubernetes

December 18, 2019

Container deployment took the software development world by storm. Use the outlined guidelines and learn how to get the most out of the container images and Kubernetes. The more of these concepts you apply in practice, the more effective your system will be.

Read more

How to Install Kubernetes on a Bare Metal Server

November 27, 2019

Container deployment with direct hardware access solves a lot of latency issues and allows you to utilize server processing power to the fullest. Learn how to install Kubernetes on a Bare Metal Server. An unorthodox solution that gives unprecedented scaling potential.

Read more