cybozu-go / coil

CNI plugin for Kubernetes designed for scalability and extensibility
Apache License 2.0
164 stars 20 forks source link

Hypercoil #25

Closed ymmt2005 closed 5 years ago

ymmt2005 commented 5 years ago

Just like hyperkube, hypercoil is a single executable that integrates all coil commands.

hypercoil can invoke each coil command in two ways:

  1. Invoke hypercoil executable with an alias using symlink.
  2. Invoke hypercoil COMMAND.

For instance, coilctl can be invoked by:

$ ln -s hypercoil coilctl
$ ./coilctl

or:

$ ./hypercoil coilctl

The resulting container image size decreases to ~36MB without stripping.