Skip to content

Instantly share code, notes, and snippets.

View r2r-dev's full-sized avatar
👁️
spiral out

r2r-dev

👁️
spiral out
View GitHub Profile

Keybase proof

I hereby claim:

  • I am r2r-dev on github.
  • I am r2r_dev (https://keybase.io/r2r_dev) on keybase.
  • I have a public key ASB0umpHcykU7yGOqEQX59Izy7q7yDBWLEB0_Fgi39iauwo

To claim this, I am signing this object:

@r2r-dev
r2r-dev / gist:553b04bdd93ab4956ab5a2e88d7d6cb9
Last active November 5, 2019 09:19
advanced_rules_k8s
rules_k8s+variables+jsonnet
https://github.com/borg286/better_minig/blob/7a56c859eda2f6a7213c850d6090d7d12b9b569f/go/examples/routeguide/server/BUILD.bazel
nix hydra on k8s
https://github.com/njkli/charts
complex deployments + aspects
https://github.com/dbentley/cnrm-gcpnext19-demo/tree/dbentley/tiltfile_maybe
sonarqube bazel instrumentation
{ pkgs, lib }: let
system = import <nixpkgs/nixos/lib/eval-config.nix> {
modules = [{
imports = [
<nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-base.nix>
];
boot.initrd.network.enable = true;
boot.devSize = "500m";
boot.initrd.kernelModules = [ "e1000" ];
boot.initrd.extraUtilsCommands =''