Sandeep Dhungana
Sanux

Sanux

Follow
homebadges
Tag

kubectl

#kubectl

More content

Read more stories on Hashnode


Articles with this tag

Creating the first pod in Kubernetes

Jan 4, 20233 min read

To create the pod let's first install the Minikube from here. Let's start with the basic pod. vi first-pod.yml kind: Pod apiVersion: v1 metadata: ...

Creating the first pod in Kubernetes