Skip to content
View JacobSanford's full-sized avatar

Organizations

@unb-libraries

Block or report JacobSanford

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. docker-rtmp-multistream docker-rtmp-multistream Public

    A lightweight docker-based nginx based RTMP relay/encoder for streaming simultaneously to Youtube, Twitch, and other services.

    Shell 30 2

  2. route-53-dyndns route-53-dyndns Public

    Provide a simple dynamic DNS service using domain A (alias) records by leveraging the Amazon Route53 API.

    Python 33 15

  3. deckforge deckforge Public

    Deckforge serves as the blockchain/API component of a privately hosted trading cards / NFT project.

    Rust

  4. Kubernetes: Deployment Probes Explai... Kubernetes: Deployment Probes Explained, Our Use
    1
    # Kubernetes: Deployment Probes Explained, Our Use
    2
    Kubernetes uses **probes** to determine the health and availability of containers (pods). These are small checks performed periodically by the kubelet, which decide whether to restart a container or report its readiness status to the Kubernetes API server (used by the balancer and scheduler). Often these probes are confused or misunderstood, this document may help clarify them to help you make more informed decisions.
    3
    
                  
    4
    ## Types of Probes
    5
    There are three types of health probes. Each serves a different purpose:
  5. scavnet scavnet Public

    A tool for telling stories: simulates radio transmissions of audio vingnettes, spinning out stories over variable timelines.

    Rust

  6. unb-libraries/deckard unb-libraries/deckard Public

    Deckard collects and exposes local knowledge sets via a custom hybrid RAG stack

    Python