Apply yaml file (Service, deployment, configmap, secrets, etc.).
kubectl apply -f <path-to-file>
Kubectl getting info on all
kubectl get all
kubectl get service
kubectl get deployment
kubectl get secret
kubectl get configmap
kubectl get node