Kubernetes Complete Guide Reading Notes
I read Kubernetes Complete Guide and will leave some notes here. I’m summarizing commands and mechanisms that I wasn’t usually conscious of. If you want to create small images, base them on scratch or alpine When both ENTRYPOINT and CMD are set, $ENTRYPOINT $CMD is executed Multi-stage build: You can process only in a build-specific container and copy the artifacts to an execution-specific container CNCF sets project maturity in three stages: “Graduated”, “Incubating”, and “Sandbox” When building on-premises, instance sizes on AWS or GCP can be used as a guide Flannel: Configures an overlay network between nodes There is a kubernetes playground provided by Docker, Inc....