Kubenetes API Reference

A quick way to see the API Resources for your Kubernetes cluster is via the command: You get an output such as the following: Let’s take a quick look at some of the resources available. The api-resources “pods” for example is under the “v1” ApiVersion, hence why when you are creating your YAML file for … Read more

Terraform Quick Reference

Quick reference for Terraform when using AWS. Once you are authenticated, i’m assuming SSO here, then you can apply your configuration with: You can add the “–auto-approve” to the end so you don’t have to press “yes”, but use with caution!

Notepad++ Multiselect Move to End of Line

Let’s say you have three lines and you multi-select the beginning by holding ALT, then dragging down, so you end up with the cursor blinking across all three lines at once: You then add some something at the beginning of all three lines by typing across multiple lines at once: But now you want to … Read more