Member-only story

Kubernetes Practice

Maciej
7 min readNov 23, 2020

--

Introduction

I would like to actually run the official tutorial from kubernetes.io

This tutorial uses Katakoba, but this time I and run in on k3s

Environment

What Learn in this ?

  • Deploy containerized applications to a cluster
  • Deployment scaling
  • Update containerized applications with new software version
  • Debugging containerized applications

Create Kubernetes Cluster

Article about this how to Create Kubernetes Cluster You can find in link below, but if You need simple and lightweight kubernetes just use https://k3s.io/ 😀

Create Namespace

  • Namespace configuration
apiVersion: v1
kind: Namespace
metadata:
name: k8s-tutorial

--

--

Maciej
Maciej

Written by Maciej

DevOps Consultant. I’m strongly focused on automation, security, and reliability.

No responses yet