Uncategorized

Useful PostgreSQL commands for command line

Certainly! Here are some useful PostgreSQL commands that you can use via the command line interface (CLI), specifically through the psql utility. These commands help you interact with your PostgreSQL database for various purposes, from administrative tasks to data manipulation: Connecting to a PostgreSQL Database: Listing Databases and Tables: Switching Databases: Viewing Table Structure: Executing

Useful PostgreSQL commands for command line Read More »

A computer screen with the words set kubernetes 1 cluster on kubernetes 7.

Setup Kubernetes 1.14 Cluster on CentOS 7.6

This tutorial will showcase the step-by-step process of setting up a Kubernetes 1.14 Cluster, allowing organizations and communities to leverage exciting new features that have been eagerly anticipated. Especially when it comes to Windows containers. Kubernetes now offers windows containers out of the box and allows you to add windows nodes to a Kubernetes cluster.

Setup Kubernetes 1.14 Cluster on CentOS 7.6 Read More »

Managing docker images locally and remotely on customer registry.

Manage Docker Images locally and in remote Container Registry

Managing Docker images is very important. Just as similar to managing application source code in a version controlled repository such as GIT. Docker also provides similar capabilities. Docker images can be managed locally on your development machine and also on remote container registry also known as Docker hub. In this tutorial, I will demonstrate a

Manage Docker Images locally and in remote Container Registry Read More »

Scroll to Top