Skip to content
View brito-rafa's full-sized avatar
Block or Report

Block or report brito-rafa

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. EnterpriseK8sWhitePaper EnterpriseK8sWhitePaper Public

    This is the 45-page white paper on enterprise Kubernetes (OpenShift) best practices on virtualization (vSphere) and other recommendations. Wrote back in 2019 but still most of things applicable.

  2. k8s-webhooks k8s-webhooks Public

    These are very detailed, step-by-step examples of how to produce Kubernetes controllers with webhooks using kubebuilder.

    Go 22 4

  3. CSCI93 CSCI93 Public

    Source code of my very own "Vulture Platform Computer" (VPC) - compiler, assembler code, emulator and FPGA code (VHDL). From Harvard Extension School Computer Architecture Fall-2017

    Java 2

  4. k8s-mutators k8s-mutators Public

    GO Module to Mutate k8s constructs

    Go 1 3

  5. linux-forensics-collector linux-forensics-collector Public

    Linux Forensics Collector is a simple script that runs a multitude of command lines for the USE (Utilization, Saturation, Errors) approach to investigate problems. First incarnation written in 2012…

    Shell 1

  6. ReplicatedConfigMap ReplicatedConfigMap Public

    This is a sample Kubernetes controller to replicate ConfigMap objects across the same cluster. It is functional but in-progress (see issues section). Feel free to collaborate. Used Kubebuilder 3.X.

    Go