SSeetaraminseetaramtaduri.hashnode.dev·May 12, 2023 · 4 min readKubernetes - Important TermsThis is to make sense of the terms that we will come across while setting up a Kubernetes cluster. Nodes A node is a machine, physical or virtual on which Kubernetes is installed. A node is a worker machine and that is where containers will be launch...00
SSeetaraminseetaramtaduri.hashnode.dev·May 12, 2023 · 4 min readLatest Features in Java 17Record JDK 17 incorporates several new language features that have been added to Java since the previous LTS version, which was JDK 11. One such new feature is a Record. As a preview in Java 14 records were introduced and became a full release in Jav...00