Launching your Kubernetes Cluster with Deployment
Day 32 & 33 for 90DayOfDevOps
Jan 10, 20246 min read88

Search for a command to run...
Articles tagged with #automation
Day 32 & 33 for 90DayOfDevOps

What is Shell Scripting? Shell scripting is the art of writing scripts that are interpreted by the shell. A script is a series of commands saved in a file. Instead of entering commands manually, you can run a script to execute a sequence of command...
