Containers

Deploy kubernetes dashboard in kss cluster.

Deploying Kubernetes Dashboard in K3S Cluster

Get the latest Kubernetes Dashboard and deploy Create service account and role In admin-service user.yaml, enter the following values: In admin-user-role.yaml, enter the following values: Now apply changes to deploy it to K3S cluster: Expose service as NodePort to access from browser In edit mode change type: ClusterIP to type: NodePort. And save it. Your

Learn about cp command in Linux.

Learn about CP command in Linux

The cp command in Linux is used to copy files and directories from one location to another. It stands for “copy” and is an essential tool for managing and duplicating files. The basic syntax of the cp command is as follows: Here, source represents the file or directory you want to copy, and destination is

Explore the LS command in Linux.

Learn about LS command in Linux

The ls command in Linux is used to list the files and directories in a specified directory. It provides various options and arguments to customize the output and the information displayed. Here’s a detailed explanation of the ls command: Basic Usage: Options: Examples: Note: The above examples cover some commonly used options of the ls

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.

Colorful shipping containers stacked on top of each other.

Container 101

What is a Container? A Container is a stripped-down lightweight image of an operating system, which is then bundled with the application package and other dependencies to run a Container in an isolated process. A container shares the core components such as kernel, network drivers, system tools, libraries, and many other settings from the host

Scroll to Top