Latest Posts
-
OBS - Enable Browser Mic Permission
07 Mar 2021 - Cody Merritt Anhorn
Quick article showing how to enable the Mic Permission for the Browser Source of OBS, Open Broadcaster Software.
-
HTML - Microphone Visualization
07 Mar 2021 - Cody Merritt Anhorn
In this Article I will go over using HTML and JavaScript to create a simple Talking Avatar using the Mic and a two sprites.
-
Kubernetes - Using hostAliases
22 Feb 2021 - Cody Merritt Anhorn
This article goes over how to update the /etc/hosts on your deployment pods with custom entries.
-
Kubernetes - Kubectl - The wait Operation
22 Feb 2021 - Cody Merritt Anhorn
This article will be a quick one, going over the
wait
operation for kubectl. It’s relatively simple to use, but helps immeasurably helpful with automation scripts. -
Kubernetes - Disable API Access from Pod
22 Feb 2021 - Cody Merritt Anhorn
This article will be short, it shows an example of how to disable a pods access to the Kubernetes API. By setting
automountServiceAccountToken: false
in the template spec for a Deployment you can disable API access to Kubernetes from the container.