Skip to content
View PhilipSchmid's full-sized avatar

Block or report PhilipSchmid

Report abuse

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

Report abuse

Pinned Loading

  1. cilium/cilium cilium/cilium Public

    eBPF-based Networking, Security, and Observability

    Go 22.7k 3.4k

  2. cilium/tetragon cilium/tetragon Public

    eBPF-based Security Observability and Runtime Enforcement

    C 4.2k 472

  3. isovalent/terraform-aws-talos isovalent/terraform-aws-talos Public

    Terraform module for deploying Kubernetes on AWS EC2 using Talos (Linux)

    HCL 36 10

  4. k8s-home-lab k8s-home-lab Public archive

    Setup for a K8s home lab running on a single host (e.g. Intel NUC)

    152 20

  5. echo-app echo-app Public

    Tiny golang app that echoes metadata and stats about the request.

    Go 1

  6. Useful (non-daily) Bash commands and... Useful (non-daily) Bash commands and sources
    1
    # General Commands
    2
    *Delete history and exit bash*
    3
    ```bash
    4
    cat /dev/null > ~/.bash_history && history -c && exit
    5
    ```