Create your Amazon EKS Service Role
https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html#role-create
Install docker:
Create your Amazon EKS Service Role
https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html#role-create
Install docker:
Networking
curl it is a tool to transfer data from and to a server using one of the supported protocol
whois google.com #Whois is an easy way to find information on the owner, nameserver, registrar etc. of a domain name.
ping google.com # ping will check if you can actually reach the server or not
curl http://example.com
curl example.com
curl -I -l -k or -Ilk example.com
If you want to explicitly reserve resources for non-pod processes, you can create a placeholder pod. Use the following template:
apiVersion: v1
kind: Pod
metadata:
name: resource-reserver
spec:
containers:
Use a DaemonSet for Pods that need to run one per machine, because they provide a machine-specific system service.
Learning k8s basics
For example, to mark a node unschedulable, run this command:
ENTRYPOINT vs COMMAND
entrypoint will run on every container which will basically use that particular image