Pod to Pod IPC Communication
Pod to Pod IPC Communication
kubectl apply -f ipc-communication.yamlkubectl get podskubectl logs mc2 -c producer1kubectl logs mc2 -c consumer1Clear Pods,Deployments,Services
Delete all Pods
kubectl delete --all pods --namespace=defaultDelete all Deployments
kubectl delete --all deployments --namespace=defaultDelete all Services
kubectl delete --all svc --namespace=defaultClear Everything in the current namespace
kubectl delete all --all -n defaultLast updated
Was this helpful?