Kubernetes Basics: Pods, Nodes, Containers, Deployments & Clusters

  Рет қаралды 32,823

Anton Putra

Anton Putra

Күн бұрын

Пікірлер: 43
@AntonPutra
@AntonPutra Жыл бұрын
🔴 - To support my channel, I’d like to offer Mentorship/On-the-Job Support/Consulting - me@antonputra.com
@H3Cki
@H3Cki Жыл бұрын
F for everyone who hasn't found this channel yet
@AntonPutra
@AntonPutra Жыл бұрын
Thanks =)
@jirehla-ab1671
@jirehla-ab1671 10 ай бұрын
​@@AntonPutrai do u have videoes on automating them using andible?
@splashinventor
@splashinventor 6 ай бұрын
Hello Anton, I am one of the subscribers to your channel and your videos are quite informative and very helpful in understanding the technology. -:) I have couple of doubts related to tools that are used. Could you please help clarify these doubts please? In REAL WORLD projects, tools such as Jenkins, ELK stack, Databases, RabbitMQ/ActiveMQ, Kafka etc. are generally provisioned on EC2s (or) Vendor provided/managed cloud environments (SaaS) (or) Cloud Provider(AWS/Azure etc.) specific provided/managed environments but not on Kubernetes/EKS? And, Only microservices are deployed on K8s clusters and they connect to these tools via K8s environment configurations? It is very confusing and struggling to understand as most of the tutorials/examples in Internet are showcasing above mentioned tools to provision on K8s along with microservices. Kindly help clarfying the doubt! Thank you.. :-)
@AntonPutra
@AntonPutra 6 ай бұрын
In the real world, mostly startups and small companies try to deploy everything to Kubernetes and use as many managed resources as possible. Generally, when they achieve some level of profitability, they start to think about infrastructure more seriously. For example, if you are a startup and your services are down for a few hours, it's okay or even expected, but if you are a large company such as Facebook, it's a disaster. :) So yes, microservices go to Kubernetes, and Kafka, ELS, Cassandra, etc., are deployed and managed independently on VMs (e.g., EC2). Those microservices then communicate with Kafka, etc., inside the private cloud (VPC) using private subnets and private DNS hosted zones.
@nero4581
@nero4581 Жыл бұрын
hi, I am currently reading and documenting a book about Kubernetes. I am glad to see that I can understand and remember most of the stuff you are talking about in this video. Really great for the basics of Kubernetes! Awesome work, Anton!
@AntonPutra
@AntonPutra Жыл бұрын
Thanks again!
@yassinekhouaja1257
@yassinekhouaja1257 Жыл бұрын
Thank you for the video!!! Could you please create a video that delves into the topic of stateful applications on Kubernetes and provides insights on effectively managing persistent storage in this context
@AntonPutra
@AntonPutra Жыл бұрын
Thanks, yes, I'm actually working on one right now: Deployment vs StatefulSet vs DaemonSet & Jobs.
@golmatol6537
@golmatol6537 6 ай бұрын
Given the pace at which you go through the concepts, one would have to be familiar with these concepts and just view your videos as a refresher. Too fast paced for me and relations between PVC and PV shown in diagram is not clear what that is about (many other things like these).
@AntonPutra
@AntonPutra 6 ай бұрын
thanks for the feedback, pvc = request for the volume, pv = volume itself
@kpicsoffice4246
@kpicsoffice4246 11 ай бұрын
You have really nice graphic visuals/animations. Which software do you use to make them?
@AntonPutra
@AntonPutra 11 ай бұрын
Thanks, adobe suite
@mukunthd
@mukunthd 8 ай бұрын
Ultimate explanation all in one package :) , great !
@AntonPutra
@AntonPutra 8 ай бұрын
Thank you! :)
@agun21st
@agun21st Жыл бұрын
Very nice explaination video about Kubernetes sir. Thank you. Please make video on CloudnativePG Scalable Postgresql Database on Kubernetes in detals.
@AntonPutra
@AntonPutra Жыл бұрын
Noted, thanks!
@atulwankhade1378
@atulwankhade1378 Ай бұрын
Loved the animated diagrams.. Makes it easy to understand... Awesome content BTW :)
@AntonPutra
@AntonPutra Ай бұрын
thank you!!
@JorgeAlvarez-n9p
@JorgeAlvarez-n9p 11 ай бұрын
Awesome video! really well explained thank you!
@AntonPutra
@AntonPutra 11 ай бұрын
Thank you!
@arnabdas4056
@arnabdas4056 5 ай бұрын
Content is good but it feels like video is missing empathy it is like robots reading things out. Give some pause in between and it will give more realistic touch
@AntonPutra
@AntonPutra 5 ай бұрын
Thanks for the feedback
@ВиталийПеревалов-ы9ш
@ВиталийПеревалов-ы9ш 10 ай бұрын
Большое спасибо, сейчас прохожу разные курсы для становления DevOps инженером. Там дают много информации, но что бы вот такую крутую и понятную выжимку про основы, не видел ни в одном.
@AntonPutra
@AntonPutra 10 ай бұрын
Spasibo starayus :)
@lucasvazquez-sk1lv
@lucasvazquez-sk1lv 10 ай бұрын
amazing video, thank you so much
@AntonPutra
@AntonPutra 10 ай бұрын
Thank you, Lucas!
@Antonio-yy2ec
@Antonio-yy2ec Жыл бұрын
Neat explanation, great video!!
@AntonPutra
@AntonPutra Жыл бұрын
Thank you!
@Babbili
@Babbili Жыл бұрын
for the hpa with `request-per-second` do i need Prometheus to get this metric ? ... i don't think so because it's type: object,,, i think i need only Ingress
@AntonPutra
@AntonPutra Жыл бұрын
You're correct, you don't need prometheus for that only for "external". kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/#autoscaling-on-more-specific-metrics
@TheBestDanceMoves
@TheBestDanceMoves 7 ай бұрын
please I have a question. How can I create nodes in a particular namespace? maybe using kubectl
@AntonPutra
@AntonPutra 7 ай бұрын
Kubernetes nodes are a global Kubernetes concept; they cannot belong to a particular namespace. For example, if you want to run only specific applications on those nodes, you would add taints to those nodes, and in the YAML deployment, you would use a tolerations block. doc - kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/
@agun21st
@agun21st Жыл бұрын
Very nicely explain. Sir I emailed you for your mentorship. Pls reply.
@AntonPutra
@AntonPutra Жыл бұрын
Thanks, replied.
@niranjannt637
@niranjannt637 9 ай бұрын
Which software you use to create those beautiful animation?
@AntonPutra
@AntonPutra 9 ай бұрын
Adobe suite
@victory-day1980
@victory-day1980 8 ай бұрын
what you use to drew your videos?
@AntonPutra
@AntonPutra 8 ай бұрын
adobe suite
@YeetYeetYe
@YeetYeetYe Жыл бұрын
Absolutely fantastic animations and explanation
@AntonPutra
@AntonPutra Жыл бұрын
Thank you!
Kubernetes Deployment vs. StatefulSet vs. DaemonSet
6:43
Anton Putra
Рет қаралды 41 М.
Пришёл к другу на ночёвку 😂
01:00
Cadrol&Fatich
Рет қаралды 11 МЛН
The joker favorite#joker  #shorts
00:15
Untitled Joker
Рет қаралды 30 МЛН
Will A Guitar Boat Hold My Weight?
00:20
MrBeast
Рет қаралды 257 МЛН
Most Common Kubernetes Deployment Strategies (Examples & Code)
20:06
Containers vs Pods
5:12
IBM Technology
Рет қаралды 28 М.
Kubernetes Services networking
7:13
Project Calico
Рет қаралды 86 М.
The intro to Docker I wish I had when I started
18:27
typecraft
Рет қаралды 120 М.
Kubernetes NodePort vs LoadBalancer vs Ingress
6:27
Anton Putra
Рет қаралды 73 М.
NGINX Tutorial - What is Nginx
14:32
TechWorld with Nana
Рет қаралды 182 М.
Kubernetes RBAC Explained
23:17
Anton Putra
Рет қаралды 12 М.
Пришёл к другу на ночёвку 😂
01:00
Cadrol&Fatich
Рет қаралды 11 МЛН