Day 19 - edits

This commit is contained in:
michaelcade 2022-01-17 13:33:05 +00:00
parent e08ef91b1f
commit fa7bb6d352
2 changed files with 5 additions and 0 deletions

View File

@ -168,6 +168,8 @@ Think about any repeatable tasks that you do every day or week or month and how
I don't feel like I have maybe shown the power of bash scripting here in particular from a DevOps point of view so I am going to be looking for examples that will allow us to better create a script that does something or automates something for us. I don't feel like I have maybe shown the power of bash scripting here in particular from a DevOps point of view so I am going to be looking for examples that will allow us to better create a script that does something or automates something for us.
I have created a very simple bash file that helps me spin up a Kubernetes cluster using minikube on my local machine along with data services and Kasten K10 to help demonstrate the requirements and needs around data management. [Project Pace](https://github.com/MichaelCade/project_pace/blob/main/singlecluster_demo.sh) But I did not feel this appropriate to raise here as we have not covered Kubernetes yet.
## Resources ## Resources
- [Bash in 100 seconds](https://www.youtube.com/watch?v=I4EWvMFj37g) - [Bash in 100 seconds](https://www.youtube.com/watch?v=I4EWvMFj37g)

View File

@ -0,0 +1,3 @@
If you have sneaked ahead then I suggest you take a look at this resource [Computer Networking full course](https://www.youtube.com/watch?v=IPvYjXCsTg8)