The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

there's a node in the cluster in the cloud (#403)

Signed-off-by: Christine Dodrill <me@christine.website>

authored by

Christine Dodrill and committed by
GitHub
9f45d302 ec3ca684

+129
+129
blog/theres-a-node-2021-10-02.markdown
··· 1 + --- 2 + title: There's a Node In The Cluster In The Cloud 3 + date: 2021-10-02 4 + tags: 5 + - kubernetes 6 + - satire 7 + --- 8 + 9 + Ever confused about how the parts of Kubernetes work together? Follow along with 10 + this song made to the tune of [There's a Hole in the Bottom of the 11 + Sea](https://www.youtube.com/watch?v=UK6UNRnbfnw)! It's not too hard and there's 12 + very few moving parts. Sing along! 13 + 14 + --- 15 + 16 + There's a node in the cluster in the cloud. 17 + 18 + There's a node in the cluster in the cloud. 19 + 20 + There's a node; there's a node; there's a node in the cluster in the cloud. 21 + 22 + There's a pod on the node in the cluster in the cloud. 23 + 24 + There's a pod on the node in the cluster in the cloud. 25 + 26 + There's a pod; there's a pod; there's a pod on the node in the cluster in the cloud. 27 + 28 + There's a container in the pod on the node in the cluster in the cloud. 29 + 30 + There's a container in the pod on the node in the cluster in the cloud. 31 + 32 + There's a container; there's a container; there's a container in the pod on the 33 + node in the cluster in the cloud. 34 + 35 + There's a ReplicaSet controlling the pods with the containers on the nodes in 36 + the cluster in the cloud. 37 + 38 + There's a ReplicaSet controlling the pods with the 39 + containers on the nodes in the cluster in the cloud. 40 + 41 + There's a ReplicaSet; there's a ReplicaSet; There's a ReplicaSet controlling the 42 + pods with the containers on the nodes in the cluster in the cloud. 43 + 44 + There's a Deployment templating the ReplicaSet controlling the pods with 45 + containers on the nodes in the cluster in the cloud. 46 + 47 + There's a Deployment 48 + templating the ReplicaSet controlling the pods with containers on the nodes in 49 + the cluster in the cloud. 50 + 51 + There's a Deployment; there's a Deployment; there's a 52 + Deployment templating the ReplicaSet controlling the pods with containers on the 53 + nodes in the cluster in the cloud. 54 + 55 + There's a Service exposing the Deployment templating the ReplicaSet controlling 56 + the pods with containers on the nods in the cluster in the cloud. 57 + 58 + There's a 59 + Service exposing the Deployment templating the ReplicaSet controlling the pods 60 + with containers on the nods in the cluster in the cloud. 61 + 62 + There's a Service; there's a Service; There's a Service exposing the Deployment 63 + templating the ReplicaSet controlling the pods with containers on the nods in 64 + the cluster in the cloud. 65 + 66 + There's an Ingress allowing traffic to the Service exposing the Deployment 67 + templating the ReplicaSet controlling the pods with containers on the nods in 68 + the cluster in the cloud. 69 + 70 + There's an Ingress allowing traffic to the Service exposing the Deployment 71 + templating the ReplicaSet controlling the pods with containers on the nods in 72 + the cluster in the cloud. 73 + 74 + There's an Ingress; there's an Ingress; there's an Ingress allowing traffic to 75 + the Service exposing the Deployment templating the ReplicaSet controlling the 76 + pods with containers on the nodes in the cluster in the cloud. 77 + 78 + There's an Ingress controller routing to the service specified by the Ingress 79 + allowing traffic to the Service exposing the Deployment templating the 80 + ReplicaSet controlling the pods with containers on the nods in the cluster in 81 + the cloud. 82 + 83 + There's an Ingress controller routing to the service specified by the Ingress 84 + allowing traffic to the Service exposing the Deployment templating the 85 + ReplicaSet controlling the pods with containers on the nods in the cluster in 86 + the cloud. 87 + 88 + There's an Ingress controller; there's an ingress controller; there's an Ingress 89 + controller routing to the service specified by the Ingress allowing traffic to 90 + the Service exposing the Deployment templating the ReplicaSet controlling the 91 + pods with containers on the nods in the cluster in the cloud. 92 + 93 + There's a certificate manager holding secrets for the Ingress controller routing 94 + to the Service specified by the Ingress exposing the Deployment templating the 95 + ReplicaSet controlling the pods with containers on the nods in the cluster in 96 + the cloud. 97 + 98 + There's a certificate manager holding secrets for the Ingress controller routing 99 + to the Service specified by the Ingress exposing the Deployment templating the 100 + ReplicaSet controlling the pods with containers on the nods in the cluster in 101 + the cloud. 102 + 103 + There's a certificate manager; there's a certificate manager; There's a 104 + certificate manager holding secrets for the Ingress controller routing to the 105 + Service specified by the Ingress exposing the Deployment templating the 106 + ReplicaSet controlling the pods with containers on the nods in the cluster in 107 + the cloud. 108 + 109 + There's a DNS controller pointing traffic to the Ingress controller routing to 110 + the Service specified by the Ingress exposing the Deployment templating the 111 + ReplicaSet controlling the pods with containers on the nods in the cluster in 112 + the cloud. 113 + 114 + There's a DNS controller pointing traffic to the Ingress controller routing to 115 + the Service specified by the Ingress exposing the Deployment templating the 116 + ReplicaSet controlling the pods with containers on the nods in the cluster in 117 + the cloud. 118 + 119 + There's a DNS controller; there's a DNS controller; there's a DNS controller 120 + pointing traffic to the Ingress controller routing to the Service specified by 121 + the Ingress exposing the Deployment templating the ReplicaSet controlling the 122 + pods with containers on the nodes in the cluster in the cloud. 123 + 124 + --- 125 + 126 + Adapted from [this 127 + shitpost](https://twitter.com/theprincessxena/status/1318156779243606016). 128 + Follow me [on Twitter](https://twitter.com/theprincessxena) for more 129 + enlightening shitposts like this!