Kubernetes
Commands kubeadm the command to bootstrap the cluster. kubelet the component that runs on all of the machines in your cluster and does things like starting pods and containers. kubectl the comman...
Commands kubeadm the command to bootstrap the cluster. kubelet the component that runs on all of the machines in your cluster and does things like starting pods and containers. kubectl the comman...
Files main.tf The main content goes here. It’s also possible that the content is broken into separate files so that the main.tf isn’t modified. terraform { required_providers { ...
Modifying the VMs installers libguestfs-tools virt-inspector os-image-file examines the image file to determine the version of the OS along with other info virt-customize -a o...
Using the command, manage-bde store the recovery key for Bitlocker within Active Directory. There’s GPOs to do this but this is the quick and dirty way to make it happen. The following commands m...
This explains how to set up Loki and then configure Promtail to forward logs to Loki so that Grafana can read the logs. Loki Downloads can be found here: Loki Installation Methods Docker-compose...
This post explains how to tie Pihole and PFSense’s DNS Resolver together. DNS queries will follow the path: client, Pi-Hole, pfSense, Internet PFSense Changes In System / General Setup: Enter v...