dailyk8s

dailyk8s

Follow
homebadges
Tag

containers

#containers

More content

Read more stories on Hashnode


Articles with this tag

Storage in Kubernetes

Nov 5, 20217 min read

Introduction Consider a scenario where you have a MySQL pod that your application uses, data can be added, updated, and deleted as the situation...

Storage in Kubernetes

What You Need to Know About Kubernetes Services

Oct 22, 20216 min read

Introduction A pod is the smallest unit of deployment in Kubernetes and each one gets its IP address when deployed in a Kubernetes cluster. Pods are...

What You Need to Know About Kubernetes Services

Kubernetes Pods 101

Aug 3, 20217 min read

Introduction A pod is the smallest, most basic deployable object in Kubernetes. It represents an instance of a process running in a Kubernetes...

Kubernetes Pods 101