Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.95 KB

File metadata and controls

23 lines (16 loc) · 1.95 KB

Understanding the VMware Tanzu terminology - General Kubernetes reading including Pod Security Policy

Introduction

Writing these things in retrospect is not a good idea at all! If you ever do one of these kinds of challenges or tasks. Note down your days even in short form, even if you can't publish straight away.

But luckily I have a lot of previous stuff to share aswell.

One of my most visited blog posts I've written up recently is breaking down the VMware Tanzu terminology, helping explain the differences in the portfolio and its features. You can find the link below.

Pod Security Policy is a pain in the backside. I know it's there for a reason, to increase the security posture of your cluster. But for my demo and tests I don't care. PSP is actuallly being deprecated in the future. I've posted some useful links below as well.

Research

Try yourself

helm install --name my-release --set persistence.storageClass=nfs-client,mariadb.master.persistence.storageClass=nfs-client stable/wordpress