Skip to content

Instantly share code, notes, and snippets.

View shpwrck's full-sized avatar
☃️

Jason Skrzypek shpwrck

☃️
View GitHub Profile
@shpwrck
shpwrck / secrets.md
Created August 21, 2020 14:43 — forked from js422/secrets.md
k8s secrets

Basics

kubernetes secret basics

aquasec security analysis

The two documents above outline the basic secrets framework provided by kubernetes and its limitations. Make special note that:

  • Secrets are not encrypted by default from kubernetes.
  • Secrets are not reloaded upon change.
@shpwrck
shpwrck / RancherDemo.md
Created August 14, 2020 15:01
Full Demo Outline
@shpwrck
shpwrck / gist:ee7096121cf96e5fe19f70076bcd5d71
Last active June 2, 2020 02:30
Multi Cluster Service Mesh

Multi Cluster Service Mesh

This repository covers an opinionated approach to multicluster service mesh.

Most of the content for this proof of concept will be housed in the source repositories for specific projects.

Background

Use the right tool for the right job. Just because this is an option, doesn't mean that it is the right option!