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

Block or report PhilipSchmid

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

  1. cilium/cilium cilium/cilium Public

    eBPF-based Networking, Security, and Observability

    Go 19k 2.7k

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

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

    HCL 12 3

  3. k8s-home-lab k8s-home-lab Public

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

    140 19

  4. echo-app echo-app Public

    Tiny golang app that echoes a customizable message and stats about the request.

    Go 1

  5. cilium-netpol-demo cilium-netpol-demo Public

    Demo of (Advanced) Cilium Network Policies

    Shell 3 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
    ```