porthole/images/calicoctl-utility
diwakar thyagaraj 8cd3f18b36 [Security Fix] Upgrade Tigera to 2.6.3
Deployments suspectible to MitM.

Ref : https://github.com/kubernetes/kubernetes/issues/91507
      https://www.projectcalico.org/security-bulletins/

Change-Id: Ib2b7bd4ffa6e4fa306902f1acacfae968a7895f7
Signed-off-by: diwakar thyagaraj <diwakar.chitoor.thyagaraj@att.com>
2020-06-24 21:28:48 +00:00
..
Dockerfile_calicoq_calicoctl.ubuntu_bionic [Security Fix] Upgrade Tigera to 2.6.3 2020-06-24 21:28:48 +00:00
Dockerfile.ubuntu_bionic Update calicoctl Utility Container Image 2020-06-15 13:50:34 -05:00
Makefile [FIX] remove alpine docker image for calicoctl-utility 2020-06-19 00:21:58 +00:00
README.md Editorial changes to documentation files 2019-12-16 09:21:19 -06:00

Calicoctl-utility Container

This container shall allow access to the Calico pod running on every node. Operations personnel should be able to get the appropriate data from this utility container by specifying the node and respective service command within the local cluster.

Generic Docker Makefile

This is a generic make and dockerfile for the calicoctl utility container, which can be used to create docker images using different calico releases.

Make Syntax

   make IMAGE_TAG=<calicoctl_version>

Example:

Create a docker image for calicoctl release v3.4.0.

   make IMAGE_TAG=v3.4.0

Using the Utility Container

The utility container for calicoctl shall enable Operations to access the command set for network APIs together from within a single shell with a uniform command structure. The access to network-Calico shall be controlled through an RBAC role assigned to the user.

Usage

Get into the utility pod using kubectl exec. Execute an operation as in the following example.

   kubectl exec -it <POD_NAME> -n utility /bin/bash

Example:

   utilscli calicoctl get nodes
   NAME
   bionic

   utilscli calicoctl version
   Client Version:    v3.4.4
   Git commit:        e3ecd927