Wayne Witzel III

@wwitzel3

Joined on Nov 27, 2018

  • A library to allow the querying of up-to-date cluster resources and objects from outside a cluster. With two modes of operation, one being a greedy "show me what you got" mode and the other being explictly defined through programatic and config file options. Goals Provide an up-to-date view of resources and objects. Work with RBAC restrictions. Work across multiple namespaces. Filtering with label selectors. Non-Goals
     Like  Bookmark
  • https://scrum-poker.org/NCRXA8 1, 2, 3, 5 ? - Don't use this, take best guess. Infinity - Too big, needs non-trival breakout. Coffee - Unsure, but could be with 5 more minutes. Issue Breakdown Population of issues with requirements, considerations, and implementation strategy ideally will happen prior to sprint planning.
     Like  Bookmark
  • # Octant Container Exec Add the ability to execute a command in a container. ## Summary ## Motivation Currently executing a command in a container would be done using a tool such as `kubectl`. Executing a command in a container includes having to pass multiple arguments such as pod name, command, and namespace to `kubectl exec`. Octant intends to make this an easy one or two click operation from the Pod view. ### Goals - Allow interactive and non-interactive. - For interactive, provide a
     Like  Bookmark