Below you will find pages that utilize the taxonomy term “kubernetes”
Presentations
KubeCon EU 2020
https://kccnceu20.sched.com/event/Zejr/a-journey-through-kubernetes-admission-controller-taxanomy-morgan-bauer-srinivas-brahmaroutu-ibm
https://sched.co/Zejr
https://static.sched.com/hosted_files/kccnceu20/2e/KubeCon_Virtual_2020_admission%20controllers.pdf
https://youtu.be/rPLH1aTeJ5Q
Posts
how to run containerd as runtime for e2e-node tests
requires some extra setup to get containerd working, such as setting it up to accept being a cri, which is a plugin, as well as cni which is all installable from the containerd repo using scripts that are available inside.
GOFLAGS='-v -tags=dockerless' make test-e2e-node PARALLELISM=1 TEST_ARGS='--kubelet-flags=--fail-swap-on=false' FOCUS="NodeFeature: ImageID" SKIP="\[Flaky\]|\[Serial\]" RUNTIME=remote CONTAINER_RUNTIME_ENDPOINT=unix:///run/containerd/containerd.sock
Posts
fail-swap-on necessary for running e2e tests locally
If you’re trying to run #kubernetes e2e-node tests with make test-e2e-node and you’re trying to run them locally, you may need to add TEST_ARG='--kubelet-flags=--fail-swap-on=false' because your normal everyday dev machine probably has swap enabled.
Posts
kubernetes github organization code search
cs.k8s.io is super useful to correlate things and search the entire kubernetes + kubernetes-sigs organizations.
Presentations
Open Source Summit China 2019
kubernetes contributor summit https://sched.co/RBRp
SIG Service Catalog members will go over the process of building Kubernetes extensions: building, testing, repos, and more.
Combo KubeCon CloudNativeCon OpenSourceSummit https://kccncosschn19eng.sched.com/
https://kccncosschn19eng.sched.com/event/NrvR/creating-your-first-smart-contract-on-hyperledger-fabric-swetha-repakula-morgan-bauer-ibm?iframe=no
https://static.sched.com/hosted_files/kccncosschn19eng/67/OSSChina2019.pdf
https://sched.co/NrvR
https://www.youtube.com/watch?v=U_0X11A16ts
Presentations
Kubecon EU 2018
Building a Fault-Tolerant Resources Controller on Kubernetes - Morgan Bauer & Srinivas Brahmaroutu https://kccnceu18.sched.com/event/DqvS/building-a-fault-tolerant-custom-resources-controller-on-kubernetes-morgan-bauer-srinivas-brahmaroutu-ibm-corp-intermediate-skill-level-slides-attached
https://schd.ws/hosted_files/kccnceu18/3b/CRDDeployments.pdf%EF%BB%BF
https://www.youtube.com/watch?v=v2gAcKKDf9Y
SIG Service-Catalog Deep Dive – Doug Davis, Michael Kibbe & Morgan Bauer https://www.youtube.com/watch?v=knKSSKMkdHY
SIG Service-Catalog Deep Dive – Doug Davis, Michael Kibbe, Google, & Morgan Bauer, IBM (Intermediate Skill Level) In the “SIG Service-Catalog Intro” session we provided an overview of the Open Service Broker API and the Kubernetes implementation being developed by the Service Catalog SIG.