54 likes
路
4.9K reads
9 comments
"Pods are the smallest deployable units in the Kubernetes cluster". Does this means we always deploy pods and not container while using Kubernetes?
Exactly, you're right Raj
Hi Suman Prasad, Thank you for posting the K8S Articles
Please let me know which we need to use
- Install kubectl: or
- Install minikube:
Kubectl is a command line tool to provide commands to your kubernetes and
Minikube is a Development/Non-prod environment to run Kubernetes
So, inshort we need both to deploy our application to the Kubernetes...
Suman Prasad You Mean I need to create 2 Linux systems in AWS for Kubectl one and other for Minikube
No install the both inside the same system i.e. EC2 Instance ANIL KUMAR M
OK Thank you Suman Prasad
do we need to use the local system or AWS or GCP which one r u recommend?
Try to use the cloud based system as this will helps you in future to work with production environments...