Get the pod name bash Copy Edit kubectl get pods Exec into the pod bash Copy Edit kubectl exec -it -- bash If bash is not available, try sh: bash Copy Edit kubectl exec -it -- sh 3. Install MySQL ...
This project is to display my ability to create a client server architecture using MYSQL server created on EC2 instances (client and server) creating a connection between the instances as shown below ...