#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…