New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/maxja/carousel

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/maxja/carousel

v0.0.0-20230407142634-a96e5287ad9e
Source
Go
Version published
Created
Source

An open source docker container / kubernetes pod management tool that allowed to spin new containers / pods, track theirs uniqueness based on a custom set of their arguments, prevent from doubling, and maintain their life-cycle over time.

Project named after carousel tug, vessel that helps bigger ships operate in narrow space.

Concept

How it supposed to work

flowchart LR
  subgraph env ["Orchestrated Environment"]
    direction LR
    dm["Service requester"]
    ca["Carousel"]
    dm -- "Request for certain <br /> service configuration" --> ca
    ca -. "Pulling current state" .-> block
    ca -- "Check requested <br /> service instance status" --> ca
    ca -- "Request to pull / up / down" --> block
    ca -- "Return service <br /> connection info" --> dm
    subgraph block [" "]
      direction TB
      i1["Service A instance No 1"]
      i2["Service A instance No 2"]
      in["Service A instance No N"]
      i1 -.- i2 -.- in
    end
  end

  style i2 stroke-width:1px,stroke-dasharray: 1 5
  style in stroke-width:1px,stroke-dasharray: 1 5

FAQs

Package last updated on 07 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts