Uncategorized

A silhouette of a person sitting in front of a computer screen.

Linux Base64 encoding and decoding string value

Base64 encoding is a method of encoding binary data into an ASCII (text-based) format. In Linux and other computing environments, Base64 encoding is commonly used to represent binary data in a human-readable form. This encoding is used for different purposes. It encodes binary files for transmission over protocols that use text. It can also embed

Setup windows node with kubernetes 1 4.

Setup Windows Node with Kubernetes 1.14

Kubernetes 1.14 now provides out of the box support for Windows worker nodes to run windows containers with in a Kubernetes cluster. This feature was in preview for a long time, and now it is production ready. This is a wonderful opportunity for most cloud giant companies to start applying a new version of Kubernetes

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.

Two people standing in front of a wall with surveillance cameras.

Ghost blog content not secure warning

Are you receiving an error in your browser console and a pop-up in Chrome browser that content is loaded over HTTP, and it needs to be https? If yes, then you came to the right place. Mixed Content: The page at ‘https://example.com/ghost/#/site‘ was loaded over HTTPS, but requested an insecure resource ‘http://example.com/‘. This request has

Build your first docker image.

Building your first docker image for Windows

In this tutorial, I will demonstrate how to host an ASP.NET Core 2.2 application on Windows Containers by using a Docker image. A Docker image will be packaged with an ASP.NET Core application that will be run when a container is spun up.Before we get started with creating a Docker image. Let’s make sure we

A laptop on a table in front of a window.

Setting up npm behind corporate proxy

When setting up npm in your corporate environment that is behind proxy. Most likely you receive an error like below when installing packages. npm ERR! request to https://registry.npmjs.org/typescript failed, reason: write EPROTO 101057795:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:openssl\ssl\s23_clnt.c:827: To resolve this issue, we need to execute below commands. Set HTTP proxy Set HTTPS proxy Change registry to http

Kubernetes proxy logo on a blue background.

Kubernetes Proxy

Kubernetes Proxy allows you to access core components of Kubernetes. Such as API, Kubernetes Dashboard, etc. In order to use Kubernetes proxy, you will need to ensure proper configurations are in place on your system where you are accessing it from. If you are remotely managing Kubernetes Cluster, I recommend following a few of my

Scroll to Top