DevOps
DevOps
1. Linux Commands
2. Git Commands
3. SQL Commands
4. Docker Commands
31. docker run – Run a container
arduino
docker run -d nginx
5. Kubernetes Commands
41. kubectl get pods – List all running pods
arduino
kubectl get pods
6. Python Commands
51. python --version – Check Python version
css
python --version
7. Networking Commands
61. ping – Check network connectivity
nginx
ping google.com