kbe icon indicating copy to clipboard operation
kbe copied to clipboard

Kubernetes By Example

Results 10 kbe issues
Sort by recently updated
recently updated
newest added

Consider parsing contents from the openAPI spec to generate markdown-based reference materials https://github.com/kubernetes/kubernetes/blob/master/api/openapi-spec/swagger.json Would auto-generated content provide a better UX and improved SEO (compared to browsing the API using a...

wontfix

content/page/services.md - currently recommends using `minikube ssh` to access the VM environment. Can we offer an exmaple that will work with Katacoda and other platforms as well?

wontfix

When I try to run this image from Quay, I get an Error: ImagePullBackOff. I do not have the same problem with centos:7. More info: Failed to pull image "quay.io/openshiftlabs/simpleservice:0.5.0":...

The busybox image contains a lot of useful tools for network diagnosis, and also this can be used for real development . see https://raw.githubusercontent.com/hintcnuie/kbe/main/specs/sd/jumpod-busybox.yaml

"[OpenShift Playground] is the option we used for most of the examples on the site." But I'm unsure if the Playground comes with Kube DNS. (There may not be anything...

In the example, kubectl proxy command is used to proxy a local port to the kube-apiserver: `$ kubectl proxy --port=8080` This will work only if you have a config file...

The current examples grep the k8s resources straight from Github (https://raw.githubusercontent.com/mhausenblas/kbe/master/ ...). This makes it convenient since no other setup is required. At the same time it makes hard to...

This repo is really helpful. Nice & clean & to the point. Have you considered expanding beyond command lists into some basic project setups? I'd love to see a project...

enhancement

On the front page we should tell those examples below are expected to run on Kubernetes version 1.x.x recommended. To reduce the confusion when something goes wrong.

enhancement

Minishift and Kubernetes default to different namespaces, `myproject` and `default` respectively and that makes the service discovery chapter non-consistent across environments. The command ``` kubectl exec jumpod -c shell -i...

enhancement