Kubernetes for Beginners 2022- How to create PODS in kubernetes in a simple way (2)

GoDataProf
GoDataProf
69 بار بازدید - 2 سال پیش - Pods are the smallest deployable
Pods are the smallest deployable units of computing that you can create and manage in Kubernetes.

A Pod (as in a pod of whales or pea pod) is a group of one or more containers, with shared storage and network resources, and a specification for how to run the containers. A Pod's contents are always co-located and co-scheduled, and run in a shared context. A Pod models an application-specific "logical host": it contains one or more application containers which are relatively tightly coupled. In non-cloud contexts, applications executed on the same physical or virtual machine are analogous to cloud applications executed on the same logical host.

As well as application containers, a Pod can contain init containers that run during Pod startup. You can also inject ephemeral containers for debugging if your cluster offers this.

Kubernetes Pods | Kubernetes Services | Kubernetes Secrets | Kubernetes ConfigMap | Kubernetes Volumes | Kubernetes Deployment | Kubernetes StatefulSet | Ingress | Kubernetes Pods

#Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.

Go is a modern and extremely useful programming language. It was developed at google to work as an efficient server side programming language for creating distributed applications. It has now somewhat replaced the C++ and Java stack at google.

►Golang Website: https://golang.org/doc/install
►Golang Install: https://golang.org/dl/
►VS Code: https://code.visualstudio.com/
►Fiber: https://github.com/gofiber/fiber
►Kubernetes: https://kubernetes.io
►Docker: https://docker.com
►Github: https://github.com/donwany

►Subscribed Channel: @godataprof

►Go Playlist : GoLang

►Kubernetes Playlist: Kubernetes

⚡ Please leave a LIKE and SUBSCRIBE for more content! ⚡

Kubernetes is a portable, extensible, open-source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. It has a large, rapidly growing ecosystem. Kubernetes services, support, and tools are widely available.

The name Kubernetes originates from Greek, meaning helmsman or pilot. K8s as an abbreviation results from counting the eight letters between the "K" and the "s". Google open-sourced the Kubernetes project in 2014. Kubernetes combines over 15 years of Google's experience running production workloads at scale with best-of-breed ideas and practices from the community

#kubernetes #kubernetestutorial #devops #godataprof

⭐ Tags ⭐
- Kubernetes
- Pods
- GoDataProf
- Golang Tutorial
- Golang For Beginners
- Go Programming
- Tutorial Go
- Go Coding
- Golang
- Golang Setup
- Go install

⭐️ Course Contents ⭐️
⌨️ (0:00:00) Introduction
⌨️ (0:35:48) Variables
⌨️ (0:57:05) Primitives
⌨️ (1:26:29) Constants
⌨️ (1:47:53) Arrays and Slices
⌨️ (2:17:20) Maps and Structs
⌨️ (2:48:00) If and Switch Statements
⌨️ (3:21:17) Looping
⌨️ (3:41:34) Defer, Panic, and Recover
⌨️ (4:03:57) Pointers
⌨️ (4:21:30) Functions
⌨️ (4:57:59) Interfaces
⌨️ (5:33:57) Goroutines
⌨️ (6:05:10) Channels
⌨️ (6:05:10) Kubernetes Pods
2 سال پیش در تاریخ 1401/01/09 منتشر شده است.
69 بـار بازدید شده
... بیشتر