Skip to content

Instantly share code, notes, and snippets.

View benc-uk's full-sized avatar
🎲
𝚁 πšƒπšŠπš™πšŽ πš•πš˜πšŠπšπš’πš—πš πšŽπš›πš›πš˜πš›, 𝟢:𝟷

Ben Coleman benc-uk

🎲
𝚁 πšƒπšŠπš™πšŽ πš•πš˜πšŠπšπš’πš—πš πšŽπš›πš›πš˜πš›, 𝟢:𝟷
View GitHub Profile
@benc-uk
benc-uk / #Kubernetes.md
Last active February 3, 2024 15:19
Kubernetes Stuff

General Kubernetes scripts and snippets

@benc-uk
benc-uk / #Azure.md
Last active April 18, 2023 20:10
Azure snippets

Azure Stuff

@benc-uk
benc-uk / #Docker.md
Last active April 24, 2022 08:33
Docker & Containers

Docker & Containers

@benc-uk
benc-uk / #Bash.md
Last active August 12, 2024 09:40
Bash snippets

Bash scripts and snippets

@benc-uk
benc-uk / #Web Frontend.md
Last active March 22, 2024 22:36
Web stuff

Web & CSS stuff

@benc-uk
benc-uk / #Node.js.md
Last active August 5, 2024 09:59
Node.js

Node.js

@benc-uk
benc-uk / #Git.md
Last active March 22, 2024 23:14
Git Cheatsheet & Recipes

Git

Cheatsheets and common recipes for git

@benc-uk
benc-uk / #go.md
Last active October 31, 2023 21:40
Go

Go Language

Snippets of Go code etc

@benc-uk
benc-uk / Demo Apps.md
Last active June 4, 2024 09:56
Demo Apps - Collection

This a collection of demo apps, all of which are aimed at for deployment as containers, mainly into Azure but could obviously run anywhere. These are designed for demos and hands on lab exercises, to be used with Azure and DevOps CI & CD scenarios, where you need "something" to deploy and push through the pipeline.

The apps are all small, simple standalone web applications but they are designed for ease of deployment, showcasing use of cloud native deployment scenarios and running as containers, rather than complete examples of a fully functioning architecture.

Example deployment scenarios

  • Run locally
  • Run as Docker container
  • Run in Kubernetes & AKS
  • Run in Azure App Service
  • Run in Azure Container Instance & Container Apps