#Kubernetes tutorial for beginners | Horizontal Pod Autoscaling in Kuber...
https://www.youtube.com/watch?v=3wITELXQGqE
Kubernetes tutorial for beginners | Horizontal Pod Scaling in Kubernetes HPA’s are stable resources in the autoscaling/v1 API group and their job is to scale the number of replicas in a Deployment based on observed CPU metrics. The autoscaling/v2 API allow scaling based on more than just CPU. You define a Deployment that makes use of Pod resource requests – where each container in the Pod requests an amount of CPU. You deploy this to the cluster. You also create an HPA object that targets that Deployment and has a rule that says something like: if any Pod in this Deployment uses more than 60% of its requested CPU, spin up an additional Pod. Once the Deployment and HPA are deployed to the cluster, scaling operations become automatic. One thing worth noting is that HPAs update the .spec.replicas field of the targeted Deployment. While this update is recorded against the Deployment object in the cluster store, it can lead to situations where the copy of the Deployment YAML file in your external version control system gets out of sync with what is currently observed on the cluster.
https://redd.it/qst81m
@r_devops
https://www.youtube.com/watch?v=3wITELXQGqE
Kubernetes tutorial for beginners | Horizontal Pod Scaling in Kubernetes HPA’s are stable resources in the autoscaling/v1 API group and their job is to scale the number of replicas in a Deployment based on observed CPU metrics. The autoscaling/v2 API allow scaling based on more than just CPU. You define a Deployment that makes use of Pod resource requests – where each container in the Pod requests an amount of CPU. You deploy this to the cluster. You also create an HPA object that targets that Deployment and has a rule that says something like: if any Pod in this Deployment uses more than 60% of its requested CPU, spin up an additional Pod. Once the Deployment and HPA are deployed to the cluster, scaling operations become automatic. One thing worth noting is that HPAs update the .spec.replicas field of the targeted Deployment. While this update is recorded against the Deployment object in the cluster store, it can lead to situations where the copy of the Deployment YAML file in your external version control system gets out of sync with what is currently observed on the cluster.
https://redd.it/qst81m
@r_devops
YouTube
#Kubernetes tutorial for beginners | Horizontal Pod Autoscaling in Kubernetes
Kubernetes tutorial for beginners | Horizontal Pod Scaling in Kubernetes
HPA’s are stable resources in the autoscaling/v1 API group and their job is to scale the number of replicas in a Deployment based on observed CPU metrics.
The autoscaling/v2 API allow…
HPA’s are stable resources in the autoscaling/v1 API group and their job is to scale the number of replicas in a Deployment based on observed CPU metrics.
The autoscaling/v2 API allow…
Helm Templates and Values: Make Re-usable Helm Charts
In the new lesson of Helm Lightning Course, I am going to talk about Helm templates and values - by the end of the lesson, you will learn how to create reusable Helm Charts: https://youtu.be/BGM3X59biFI
https://redd.it/ra3066
@r_devops
In the new lesson of Helm Lightning Course, I am going to talk about Helm templates and values - by the end of the lesson, you will learn how to create reusable Helm Charts: https://youtu.be/BGM3X59biFI
https://redd.it/ra3066
@r_devops
YouTube
Helm Templates and Values: Make Re-usable Helm Charts
In this lesson of the Helm Lightning Course we are going to learn what Helm Templates and Values are for by extending phAdmin Helm Chart making it configurable.
Source code: https://github.com/mkdev-me/helm-lightning-course/commit/1a9d6aa1bfc0613f8aecd…
Source code: https://github.com/mkdev-me/helm-lightning-course/commit/1a9d6aa1bfc0613f8aecd…
Helm in 10min
Hello guys, I made a 10-min video 🎥 to explain Helm ⚓️ and its main concepts. The video shows how to package a Spring Boot app 🍃 and how to deploy it into a K8S cluster. Also, how to search for charts in public repositories and to install them locally.
If you have any feedback about the content or the editing process, please let me know 🙂
https://youtu.be/84Wvr54Rn2U
https://redd.it/ro766d
@r_devops
Hello guys, I made a 10-min video 🎥 to explain Helm ⚓️ and its main concepts. The video shows how to package a Spring Boot app 🍃 and how to deploy it into a K8S cluster. Also, how to search for charts in public repositories and to install them locally.
If you have any feedback about the content or the editing process, please let me know 🙂
https://youtu.be/84Wvr54Rn2U
https://redd.it/ro766d
@r_devops
YouTube
Deploying a Kubernetes app using Helm
#HELM #KUBERNETES #DOCKER
_______________
Timestamp ⌚️ :
_______________
0:00 : Introduction
00:17 : What is Helm
01:45 : Deploy an app using Helm
09:48 : Import and use public charts
_______________________
Reach me on 🤝 :
_______________________
LinkedIn…
_______________
Timestamp ⌚️ :
_______________
0:00 : Introduction
00:17 : What is Helm
01:45 : Deploy an app using Helm
09:48 : Import and use public charts
_______________________
Reach me on 🤝 :
_______________________
LinkedIn…
Helm Chart Dependencies & ArtifactHub
Final lesson in my free Helm video course, about how to find and use third party charts without your own charts:
https://youtu.be/ROq1CDuGYzg
https://redd.it/ruy61i
@r_devops
Final lesson in my free Helm video course, about how to find and use third party charts without your own charts:
https://youtu.be/ROq1CDuGYzg
https://redd.it/ruy61i
@r_devops
YouTube
Helm Chart Dependencies and ArtifactHub
In the final lesson of the Helm Lightning Course we are going to learn where to find solid community charts and how to use them as a dependency for our pgAdmin chart.
Source code: https://github.com/mkdev-me/helm-lightning-course/commit/437299baaadd9128…
Source code: https://github.com/mkdev-me/helm-lightning-course/commit/437299baaadd9128…
Mount S3 Objects to Kubernetes Pods
One of our customers asked for a solution to mount large files from S3 transparently to EKS pods.
Here's our solution - complete with a Docker image and a Helm chart:
https://dev.to/otomato\_io/mount-s3-objects-to-kubernetes-pods-12f5
\#kubernetes #eks #aws
https://redd.it/sgx57e
@r_devops
One of our customers asked for a solution to mount large files from S3 transparently to EKS pods.
Here's our solution - complete with a Docker image and a Helm chart:
https://dev.to/otomato\_io/mount-s3-objects-to-kubernetes-pods-12f5
\#kubernetes #eks #aws
https://redd.it/sgx57e
@r_devops
DEV Community
Mount S3 Objects to Kubernetes Pods
This post describes how to mount an S3 bucket to all the nodes in an EKS cluster and make it...
Interview with Rona Hirsch, DevOps Engineer at Komodor on ValidKube, Female DevOps engineers and women in tech
Link to the interview: https://www.youtube.com/watch?v=bNG5nRXMCFc
I particularly enjoyed the segments about women in tech. I find that Devops is a very male dominated field and it would be fantastic to have more women in the field.
https://redd.it/tjk4jp
@r_devops
Link to the interview: https://www.youtube.com/watch?v=bNG5nRXMCFc
I particularly enjoyed the segments about women in tech. I find that Devops is a very male dominated field and it would be fantastic to have more women in the field.
https://redd.it/tjk4jp
@r_devops
YouTube
Interview with Rona Hirsch, DevOps Engineer at Komodor
#devops #kubernetes #validkube #womenintech
00:00 - Intro
00:50 - 06:20 - DevOps trends
09:17 - 13:00 - What is ValidKube?
13:00 - 17:40 - Female DevOps engineer?
17:40 - 22:30 - How to encourage women to build their careers in tech?
22:30 - 25:00 - Lessons…
00:00 - Intro
00:50 - 06:20 - DevOps trends
09:17 - 13:00 - What is ValidKube?
13:00 - 17:40 - Female DevOps engineer?
17:40 - 22:30 - How to encourage women to build their careers in tech?
22:30 - 25:00 - Lessons…
This is an interesting list published by Devoteam’s TechRadar on tech to Adopt/Trial or Assess in 2022
Keeping up with the pace of the rapidly changing tech landscape isn’t easy and making tech-related decisions for your organization can feel overwhelming. Devoteam’s TechRadar is the opinionated tool that aims to help you decide on which technologies you need to hold out on, assess, start a trial with, or adopt completely.
You can see the 'Distributed Cloud' list of tools here.
Or download the full guide (note - you need to provide your dets to get the full guide).
https://www.devoteam.com/techradar/
https://redd.it/uoih94
@r_devops
Keeping up with the pace of the rapidly changing tech landscape isn’t easy and making tech-related decisions for your organization can feel overwhelming. Devoteam’s TechRadar is the opinionated tool that aims to help you decide on which technologies you need to hold out on, assess, start a trial with, or adopt completely.
You can see the 'Distributed Cloud' list of tools here.
Or download the full guide (note - you need to provide your dets to get the full guide).
https://www.devoteam.com/techradar/
https://redd.it/uoih94
@r_devops
Twitter
Portainer.io
Happy to see Portainer has made the 'Adopt' ✔️ list on the 2022 #TechRadar from @Devoteam. Check out the entire list here (dets required) bit.ly/3w7ECPA #DevOps #kubernetes #docker #containerization
Kubernetes Challenge: 500USD to give away
I’ve maliciously broken two Kubernetes clusters and I’ll be jumping on my YouTube channel live tonight to give people the chance to fix them.
20USD Amazon voucher to anyone that comes on the stream and tries to fix one.
200USD voucher if you manage to actually fix one.
Who’s feeling confident?
https://youtu.be/bQsubShHE94
https://redd.it/v3831e
@r_devops
I’ve maliciously broken two Kubernetes clusters and I’ll be jumping on my YouTube channel live tonight to give people the chance to fix them.
20USD Amazon voucher to anyone that comes on the stream and tries to fix one.
200USD voucher if you manage to actually fix one.
Who’s feeling confident?
https://youtu.be/bQsubShHE94
https://redd.it/v3831e
@r_devops
YouTube
The Community Vs. Rawkode | Klustered
#Klustered Live #Kubernetes Debugging
#KubernetesTutorial
⭐️ This episode was sponsored by Teleport ⭐️
We use Teleport every week on Klustered and we encourage you to try it out too. Check them out at https://rawkode.live/teleport
Thanks to Equinix Metal…
#KubernetesTutorial
⭐️ This episode was sponsored by Teleport ⭐️
We use Teleport every week on Klustered and we encourage you to try it out too. Check them out at https://rawkode.live/teleport
Thanks to Equinix Metal…
Entry Level DevOps Question
I am preparing for a couple of entry-level/junior DevOps interviews by watching mock interview and researching typical questions online. However, many of the mock interviews don't specifically say if it is for entry level, mid, or senior.
Can anyone tell me what level position this mock interview is? It seems way to difficult for entry/junior level, or maybe I am just unprepared?
https://www.youtube.com/watch?v=Z\_bbozP6ZW4&t=406s
Thanks
https://redd.it/y5oxeb
@r_devops
I am preparing for a couple of entry-level/junior DevOps interviews by watching mock interview and researching typical questions online. However, many of the mock interviews don't specifically say if it is for entry level, mid, or senior.
Can anyone tell me what level position this mock interview is? It seems way to difficult for entry/junior level, or maybe I am just unprepared?
https://www.youtube.com/watch?v=Z\_bbozP6ZW4&t=406s
Thanks
https://redd.it/y5oxeb
@r_devops
YouTube
Devops Interview questions | Devops Telephonic interview - 6 ( Mock Interview )
interview covers devops tools like git, maven , shell script and unix , helm, jenkins , docker and kubernetes.
For online training mail me at - [email protected]
devops #devopsvideos #devopstutorial #jenkins #jenkinsvideos
#jenkinstutorial #docker…
For online training mail me at - [email protected]
devops #devopsvideos #devopstutorial #jenkins #jenkinsvideos
#jenkinstutorial #docker…
Microservices Research
I am currently conducting research on microservices for an edge application, with the goal of reducing its latency. As a novice in this field, I would like to seek assistance and guidance from the community. If anyone has any expertise or alternative approaches to share, I kindly request you to leave a comment or reach out to me directly. Your contributions would be highly appreciated and will greatly aid in my research thesis. Thank you in advance for your time and help.
\#microservices #docker #kubernetes #devops
https://redd.it/121nrvo
@r_devops
I am currently conducting research on microservices for an edge application, with the goal of reducing its latency. As a novice in this field, I would like to seek assistance and guidance from the community. If anyone has any expertise or alternative approaches to share, I kindly request you to leave a comment or reach out to me directly. Your contributions would be highly appreciated and will greatly aid in my research thesis. Thank you in advance for your time and help.
\#microservices #docker #kubernetes #devops
https://redd.it/121nrvo
@r_devops
Reddit
r/devops on Reddit: Microservices Research
Posted by u/Automatic-Heron3777 - 1 vote and no comments
Better than Backstage?
Disclaimer, I’m the ceo-founder of Port.
Adding here a technical cover of Port by Viktor Farcic
https://youtu.be/ro-h7tsp0qI
Would love to get your thoughts and feedback on our product decisions
https://redd.it/12ybccy
@r_devops
Disclaimer, I’m the ceo-founder of Port.
Adding here a technical cover of Port by Viktor Farcic
https://youtu.be/ro-h7tsp0qI
Would love to get your thoughts and feedback on our product decisions
https://redd.it/12ybccy
@r_devops
YouTube
How To Build A UI For An Internal Developer Platform (IDP) With Port?
A UI is an almost unavoidable component in internal developer platforms (IDP). In the past, the only widely accepted choice was Backstage. Today, we have Port as a (potentially) better choice for the Web UI part of your developer portal.
#port #idp #int…
#port #idp #int…
Is Tekton alive? Comparing Tekton Pipelines with Argo Workflows, ArgoCD and Jenkins
Is Tekton still alive? I’ve successfully used this tool in an Openshift environment, where it makes all the sense - there is a proper integration with the platform itself, and RedHat puts lots of effort into making a real CI/CD system out of it. But do Tekton Pipelines make sense today without a wrapper like Pipeline as Code and JenkinsX on top? And are there many companies actually using Tekton, compared to Argo and similar tools? I tried to answer all of these questions in this new mkdev video, plus did some experiments again with editing - hope it’s now even more fun and engaging to watch it, but feel free to roast me in the comments.
https://youtu.be/87FxZvEyRfI
https://redd.it/12x6eia
@r_devops
Is Tekton still alive? I’ve successfully used this tool in an Openshift environment, where it makes all the sense - there is a proper integration with the platform itself, and RedHat puts lots of effort into making a real CI/CD system out of it. But do Tekton Pipelines make sense today without a wrapper like Pipeline as Code and JenkinsX on top? And are there many companies actually using Tekton, compared to Argo and similar tools? I tried to answer all of these questions in this new mkdev video, plus did some experiments again with editing - hope it’s now even more fun and engaging to watch it, but feel free to roast me in the comments.
https://youtu.be/87FxZvEyRfI
https://redd.it/12x6eia
@r_devops
YouTube
Is Tekton still alive? Comparing Tekton Pipelines with Argo Workflows, ArgoCD and Jenkins
Let's check how Tekton Pipelines Project is doing!
* Pipeline as Code https://pipelinesascode.com
* What is Tekton? https://www.youtube.com/watch?v=skcLi9-WTkA
* Job Execution Systems: https://www.youtube.com/watch?v=YjFbTNdXhQo
💌 Subscribe to mkdev dispatch…
* Pipeline as Code https://pipelinesascode.com
* What is Tekton? https://www.youtube.com/watch?v=skcLi9-WTkA
* Job Execution Systems: https://www.youtube.com/watch?v=YjFbTNdXhQo
💌 Subscribe to mkdev dispatch…
Argo Ecosystem: Argo CD, Argo Workflows, Argo Events, Argo Rollouts, Argo Everything
I feel like not everyone realizes, that Argo is a whole ecosystem today, with different tools covering different use cases, but all working together in a very nice combo. I made a short video explaining Argo ecosystem: https://youtu.be/ae0XJGJPLvo
https://redd.it/13bgzdj
@r_devops
I feel like not everyone realizes, that Argo is a whole ecosystem today, with different tools covering different use cases, but all working together in a very nice combo. I made a short video explaining Argo ecosystem: https://youtu.be/ae0XJGJPLvo
https://redd.it/13bgzdj
@r_devops
YouTube
Argo Ecosystem: Argo CD, Argo Workflows, Argo Events, Argo Rollouts, Argo Everything
In this extra video for our Argo CD Lightning course, let's look at the Argo Ecosystem in general, and learn which components of this ecosystem help with which challenges in Cloud Native world.
Hire us to solve all your DevOps, Cloud Native and Public Cloud…
Hire us to solve all your DevOps, Cloud Native and Public Cloud…
Looking for hassle-free installation of Cilium on Kubernetes?
Check out our latest blog post for quick tips and configurations that will make your life easier. From IPAM configuration to LoadBalancer and Tunnel modes, we've got you covered!
https://medium.com/p/17a870fdc4f2
\#Cilium
\#Kubernetes
\#networking
https://redd.it/13pbxmz
@r_devops
Check out our latest blog post for quick tips and configurations that will make your life easier. From IPAM configuration to LoadBalancer and Tunnel modes, we've got you covered!
https://medium.com/p/17a870fdc4f2
\#Cilium
\#Kubernetes
\#networking
https://redd.it/13pbxmz
@r_devops
Medium
Cilium Installation Tips
Tips and Configurations for Hassle-Free Installation of Cilium Using Helm Chart and IPAM Configuration, LoadBalancer Mode, and Tunnel Mode
Creating Kubernetes Custom Resource Definitions using the Kubernetes Python SDK
Delve into the world of Kubernetes with our latest guide on 'Creating Kubernetes Custom Resource Definitions using the Kubernetes Python SDK'. Learn how to extend Kubernetes' capabilities to suit your unique application needs. #Kubernetes #PythonSDK #CRD #Python #containers
https://www.faizanbashir.me/creating-kubernetes-custom-resource-definition-using-python
https://redd.it/13rmi1u
@r_devops
Delve into the world of Kubernetes with our latest guide on 'Creating Kubernetes Custom Resource Definitions using the Kubernetes Python SDK'. Learn how to extend Kubernetes' capabilities to suit your unique application needs. #Kubernetes #PythonSDK #CRD #Python #containers
https://www.faizanbashir.me/creating-kubernetes-custom-resource-definition-using-python
https://redd.it/13rmi1u
@r_devops
Faizan Bashir
Creating Kubernetes Custom Resource Definitions using the Kubernetes Python SDK
Explore the process of creating Kubernetes Custom Resource Definitions (CRDs) using the Kubernetes Python SDK. This article offers a comprehensive guide on how to leverage Python to extend the capabilities of your Kubernetes platform, making it an effective…
A Guide to Creating Kubernetes Operators with Go
Dive into the world of Kubernetes Operators with our latest guide! Learn how to leverage Golang to create powerful Kubernetes Operators. Streamline and automate your Kubernetes clusters like never before. Don't miss out! #Kubernetes #Golang #containers #operatorSDK #operator
https://www.faizanbashir.me/guide-to-create-kubernetes-operator-with-golang
https://redd.it/13sgmzt
@r_devops
Dive into the world of Kubernetes Operators with our latest guide! Learn how to leverage Golang to create powerful Kubernetes Operators. Streamline and automate your Kubernetes clusters like never before. Don't miss out! #Kubernetes #Golang #containers #operatorSDK #operator
https://www.faizanbashir.me/guide-to-create-kubernetes-operator-with-golang
https://redd.it/13sgmzt
@r_devops
Faizan Bashir
A Guide to Creating Kubernetes Operators with Go
Get hands-on with our comprehensive guide on creating Kubernetes Operators using Go. This article takes you through the journey of developing Kubernetes Operators, helping you manage complex Kubernetes applications with ease and efficiency. Unlock the full…
Interacting with Kubernetes Deployments and Services using Python SDK
Discover the power of Kubernetes combined with Python! Our newest guide delves into using the Python SDK for interacting with Kubernetes deployments and services. Harness the versatility of Python and the robustness of Kubernetes in one place. Check it out now! #Kubernetes #PythonSDK #Python #containers
https://www.faizanbashir.me/interacting-with-kubernetes-deployments-and-services-using-python-sdk
https://redd.it/13uz01n
@r_devops
Discover the power of Kubernetes combined with Python! Our newest guide delves into using the Python SDK for interacting with Kubernetes deployments and services. Harness the versatility of Python and the robustness of Kubernetes in one place. Check it out now! #Kubernetes #PythonSDK #Python #containers
https://www.faizanbashir.me/interacting-with-kubernetes-deployments-and-services-using-python-sdk
https://redd.it/13uz01n
@r_devops
Faizan Bashir
Interacting with Kubernetes Deployments and Services using Python SDK
Explore the seamless integration of Kubernetes and Python in our comprehensive guide. Learn how to interact with Kubernetes deployments and services using Python SDK, making your cloud-native journey more efficient and pythonic. Begin your Kubernetes automation…
BunkerWeb - The open-source and next-gen Web Application Firewall (WAF)
BunkerWeb is a next-generation and open-source Web Application Firewall (WAF).
Being a full-featured web server (based on [NGINX](https://nginx.org/) under the hood), it will protect your web services to make them "secure by default". BunkerWeb integrates seamlessly into your existing environments ([Linux](https://docs.bunkerweb.io/1.5.9/integrations/?utm_campaign=self&utm_source=github#linux), [Docker](https://docs.bunkerweb.io/1.5.9/integrations/?utm_campaign=self&utm_source=github#docker), [Swarm](https://docs.bunkerweb.io/1.5.9/integrations/?utm_campaign=self&utm_source=github#swarm), [Kubernetes](https://docs.bunkerweb.io/1.5.9/integrations/?utm_campaign=self&utm_source=github#kubernetes), …) and is fully configurable (don't panic, there is an [awesome web UI](https://docs.bunkerweb.io/1.5.9/web-ui/?utm_campaign=self&utm_source=github) if you don't like the CLI) to meet your own use-cases . In other words, cybersecurity is no more a hassle.
BunkerWeb contains primary [security features](https://docs.bunkerweb.io/1.5.9/security-tuning/?utm_campaign=self&utm_source=github) as part of the core but can be easily extended with additional ones thanks to a [plugin system](https://docs.bunkerweb.io/1.5.9/plugins/?utm_campaign=self&utm_source=github).
Links :
* Website : [https://www.bunkerweb.io](https://www.bunkerweb.io)
* GitHub : [https://github.com/bunkerity/bunkerweb](https://github.com/bunkerity/bunkerweb)
* Documentation : [https://docs.bunkerweb.io](https://docs.bunkerweb.io)
https://redd.it/1efrxwb
@r_devops
BunkerWeb is a next-generation and open-source Web Application Firewall (WAF).
Being a full-featured web server (based on [NGINX](https://nginx.org/) under the hood), it will protect your web services to make them "secure by default". BunkerWeb integrates seamlessly into your existing environments ([Linux](https://docs.bunkerweb.io/1.5.9/integrations/?utm_campaign=self&utm_source=github#linux), [Docker](https://docs.bunkerweb.io/1.5.9/integrations/?utm_campaign=self&utm_source=github#docker), [Swarm](https://docs.bunkerweb.io/1.5.9/integrations/?utm_campaign=self&utm_source=github#swarm), [Kubernetes](https://docs.bunkerweb.io/1.5.9/integrations/?utm_campaign=self&utm_source=github#kubernetes), …) and is fully configurable (don't panic, there is an [awesome web UI](https://docs.bunkerweb.io/1.5.9/web-ui/?utm_campaign=self&utm_source=github) if you don't like the CLI) to meet your own use-cases . In other words, cybersecurity is no more a hassle.
BunkerWeb contains primary [security features](https://docs.bunkerweb.io/1.5.9/security-tuning/?utm_campaign=self&utm_source=github) as part of the core but can be easily extended with additional ones thanks to a [plugin system](https://docs.bunkerweb.io/1.5.9/plugins/?utm_campaign=self&utm_source=github).
Links :
* Website : [https://www.bunkerweb.io](https://www.bunkerweb.io)
* GitHub : [https://github.com/bunkerity/bunkerweb](https://github.com/bunkerity/bunkerweb)
* Documentation : [https://docs.bunkerweb.io](https://docs.bunkerweb.io)
https://redd.it/1efrxwb
@r_devops
docs.bunkerweb.io
Integrations - BunkerWeb documentation
Documentation of BunkerWeb, the open source and next generation WAF.
From 0 to 3k PODs in "notime"
interesting what is possible when you know what you are doing...
https://www.youtube.com/watch?v=nQlV7hEU8ro
https://redd.it/1g0p5dc
@r_devops
interesting what is possible when you know what you are doing...
https://www.youtube.com/watch?v=nQlV7hEU8ro
https://redd.it/1g0p5dc
@r_devops
YouTube
AWS EKS And Karpenter: From 0 To 3000!!! Pods In No Time With Viktor Vedmich #aws #kubernetes
We run 3000 pods in this video! How to scale your AWS EKS installation? How quickly it can be done? How Karpenter will manage the pods and nodes? Everything you can find in this video!
Viktor Vedmich, AWS Developer Advocate and friend of mine shows how to…
Viktor Vedmich, AWS Developer Advocate and friend of mine shows how to…