Dan Mikita
Dan Mikita
A very typical workflow is deleting the Deployment, service, and replicaset. This feature will require the use of multiselect functionality. It will also need to pull in the OpenShift go-client...
`furl ssh` will provide a way to interactively ssh into your pod/container.
The connect command will provide a way to interactively port-forward to your running pod so you can test it.
Investigate the use-fullness of printing the `describe` data in a colored well formatted way.
Write a JSON parser that will accept any type of input and print JSON in a colored, well-formatted way. This should also be very liberal and never error. If it...
The current pod selector has limitations. Add the following functionality: - Headers for each column of info - a larger list of options - a filtering argument
Add a command that will let you interactively search for a pod and display it's status
Implement the initial functionality of 'kubectl apply -f'. Reference kubernetes cli code
Implement the initial functionality of 'helm template'. This will look something like: io/k8s/helm/template.go
Draft is an excellent local development tool, but many production kubernetes (and openshift) installations do not use Tiller. Although Helm 3 will be getting rid of Tiller, adding `helm template...