Tag: Kubernetes

Other Tutorials

Working with kubectl in Kubernetes

Introduction: Kubectl is a command-line tool that helps us interact with our Kubernetes API server. In turn, it helps us manage our K8s cluster. In this quick tutorial, we’ll learn and explore some commonly used kubectl commands. Working with kubectl: Let’s look at kubectl‘s general syntax: kubectl [operation] [resource-type] [resource-name] [flags] When we don’t specify […]

Be the First to comment. Read More
Other Tutorials

Kubernetes: An Introduction

Introduction: In this tutorial, we’ll introduce you to Kubernetes and will discuss its architecture. As a prerequisite, it’s good to have some basic knowledge of the container world. Kubernetes & its Architecture: Kubernetes, popularly known as K8s, is an open-source container orchestration engine for microservices-based containerized applications. A K8s cluster comprises of a master and […]

Be the First to comment. Read More