Socket
Socket
Sign inDemoInstall

kubeploy

Package Overview
Dependencies
1
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    kubeploy

Npm tool to update your images on your deployments


Version published
Maintainers
1
Install size
79.5 kB
Created

Readme

Source

KubePloy

Join the chat at https://gitter.im/KubePloy/community

CLI tool to update your images on your kubernetes deployments

Install

npm i -g kubeploy

Dependency

  • Docker
  • Kubectl(need to be configured for your cluster)
  • gcloud logged in and API cloud activated(If you want to use the cloud feature)

Help

Usage:  [options] [command]

Options:
  -h, --help                                        output usage information

Commands:
  deploy <deployment> <registry> <image>            Deploy your image updated to the deployment in your cluster and update it
  update-image [options] <registry> <image> <path>  Update and push your image to your registry
  cloud [options] <registry> <image> <path>         Update and push your image to your registry using Cloud build from google cloud plateform

Example

Without Cloud Build

kubeploy update-image gcr.io/test-test server_image . && kubeploy deploy server_app gcr.io/test-test server_image

Is the same as

kubeploy update-image gcr.io/test-test server_image . -d server_app

Update your image(name server_image) push it on your registry and update the deployment(name server_app) on your kubernetes cluster.

With Cloud Build

kubeploy cloud -t v1 gcr.io/test-test server_image . -d server_app

Keywords

FAQs

Last updated on 23 Feb 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc