Skip to content

Instantly share code, notes, and snippets.

View DylenTurnbull's full-sized avatar
⁉️
What would you do if you weren't afraid

Dylen Turnbull DylenTurnbull

⁉️
What would you do if you weren't afraid
View GitHub Profile
@DylenTurnbull
DylenTurnbull / .gitattributes-lfs-unity
Created August 29, 2021 20:37 — forked from bpesquet/.gitattributes-lfs-unity
.gitattributes file for LFS with Unity
* text=auto
# Unity files
*.meta -text -merge=unityamlmerge
*.unity -text -merge=unityamlmerge
*.asset -text -merge=unityamlmerge
*.prefab -text -merge=unityamlmerge
# Image formats
*.psd filter=lfs diff=lfs merge=lfs -text
@DylenTurnbull
DylenTurnbull / .gitattributes
Created August 30, 2021 00:20 — forked from Srfigie/.gitattributes
.gitattributes for Unity3D with git-lfs
## Unity ##
*.cs diff=csharp text
*.cginc text
*.shader text
*.mat merge=unityyamlmerge eol=lf
*.anim merge=unityyamlmerge eol=lf
*.unity merge=unityyamlmerge eol=lf
*.prefab merge=unityyamlmerge eol=lf

Rancher & NGINX Ingress Controller - Demo

Demo Prep

To prep for the demo environment begin by logging into the "dev" system using the Console (Access > Console)

  • Open the Firefox browser
  • Click on the link for the Rancher manager if it does not pop up as the default site.
  • Log in using the username and password from the Documentation tab in UDF, this should be pre-populated.
  • Open a Visual Studio Code (VSCode) instance

Open a series of terminal windows using Visual Studio Code (VSCode). From the right set of controls, you should have five terminal sessions total as seen below.

Rancher Primer

Dev Environment setup

This is a minimal set of tools, recomended to make life a bit more simple to get started. If you have a preferred way of doing this as we all do by all means please do. The one common tool that bootstrapping the clusters heavily relies on is Rancher Desktop, it is strongly recommended that this be used to follow along.

Windows

MS Store (Optional)

Install Windows Terminal

@DylenTurnbull
DylenTurnbull / blinetoolsetup.md
Last active February 28, 2023 23:31
Baseline Tools Setup - Complete Edition

Starter Kubernetes Dev Environment

Description here...

Setting up Basic Tools

Setting up CLI tools the way I like them