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

sigs.k8s.io/kpng/server

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sigs.k8s.io/kpng/server

  • v0.0.0-20240709053620-edb81cd6a3c8
  • Go
  • Socket score

Version published
Created
Source

What is a job ?

KPNG converts a number of input sources into backend destinations, and because of this, there need to be a number of separate jobs which KPNG runs depending on user intent.

Typically a user defines:

  • a source (i.e. kube)
  • a sink (i.e. local)

Then, the KPNG server (or "spine") connects these inputs and outputs. The process which runs this connection is a "job".

For example, the "kube2store" job runs a process which continually watches the ubernetes APIServer.
The "store2api" job watches the in memory store of the kpng network model and publishes it as an api for others to consume, and so on.

These jobs are invoked from the wrapper programs in the cmd/kpng/ package, for example k2s, f2s, and so on.

FAQs

Package last updated on 09 Jul 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc