I got into a fight with a DevOps Engineer....
Guys
So I posted this the other week but deleted as I was so embarrassed, but I think it's worth talking about how NOT to handle things...
Long story short, I got into an argument with a senior DevOps engineer over using YAML pipelines... Yes you read that correct. He wanted to continue using classic and I updated one to use YAML.. he wasn't happy.
What I should have done is walk away and bring it up with manager, instead a disagreement turned into a heated one, which punches were thrown. He hit the ground screaming in fright, embarrassment and rage...
The stupid thing is we had beers after it and are all good.
It was caught on security footage and I was fired. Ive been in a helpdesk job for the last week as I need the cash. No matter how much someone annoys you at work, never do stupid shit like this as I've probably ruined my career.
https://redd.it/oz8bxo
@r_devops
Guys
So I posted this the other week but deleted as I was so embarrassed, but I think it's worth talking about how NOT to handle things...
Long story short, I got into an argument with a senior DevOps engineer over using YAML pipelines... Yes you read that correct. He wanted to continue using classic and I updated one to use YAML.. he wasn't happy.
What I should have done is walk away and bring it up with manager, instead a disagreement turned into a heated one, which punches were thrown. He hit the ground screaming in fright, embarrassment and rage...
The stupid thing is we had beers after it and are all good.
It was caught on security footage and I was fired. Ive been in a helpdesk job for the last week as I need the cash. No matter how much someone annoys you at work, never do stupid shit like this as I've probably ruined my career.
https://redd.it/oz8bxo
@r_devops
reddit
I got into a fight with a DevOps Engineer....
Guys So I posted this the other week but deleted as I was so embarrassed, but I think it's worth talking about how NOT to handle things... Long...
How to build on-demand cloud service with Hetzner Cloud?
So I want to build a cloud service where users can rent a game server for a specific time. For that, I want to use Hetzner Cloud as a cloud hosting provider. The way I've imagined it on a high level:
1. User rents a game server for N hours.
2. Backend creates a cloud server on Hetzner Cloud with their Hetzner Cloud API.
- Specify cloud-init user data in the API request payload to start the game server with parameters like random password.
- An image with the game server is used to create the cloud server.
3. User waits until the server is online.
4. Backend keeps track of the cloud server and deletes it after the time expires with the Hetzner Cloud API.
Does that approach make sense?
One thing that isn't great for the user experience is that the cloud server creation isn't instant and takes few minutes.
Another challenge is to keep the image up-to-date, not only the distro but also the game server itself.
https://redd.it/oz7r2r
@r_devops
So I want to build a cloud service where users can rent a game server for a specific time. For that, I want to use Hetzner Cloud as a cloud hosting provider. The way I've imagined it on a high level:
1. User rents a game server for N hours.
2. Backend creates a cloud server on Hetzner Cloud with their Hetzner Cloud API.
- Specify cloud-init user data in the API request payload to start the game server with parameters like random password.
- An image with the game server is used to create the cloud server.
3. User waits until the server is online.
4. Backend keeps track of the cloud server and deletes it after the time expires with the Hetzner Cloud API.
Does that approach make sense?
One thing that isn't great for the user experience is that the cloud server creation isn't instant and takes few minutes.
Another challenge is to keep the image up-to-date, not only the distro but also the game server itself.
https://redd.it/oz7r2r
@r_devops
reddit
How to build on-demand cloud service with Hetzner Cloud?
So I want to build a cloud service where users can rent a game server for a specific time. For that, I want to use Hetzner Cloud as a cloud...
6 Tools to Run Kubernetes Locally
All of the tools listed here more or less offer the same feature, including but not limited to:
1. Multi-Node cluster
2. Persistent volumes
3. Networking
4. Certificates
5. Bare-metal support
6. Dashboard
7. Kubernetes Versions
8. Add-ons
9. Cross-platform
10. Tracks upstream Kubernetes
https://yankee.dev/6-tools-to-run-kubernetes-locally
https://redd.it/ozch0y
@r_devops
All of the tools listed here more or less offer the same feature, including but not limited to:
1. Multi-Node cluster
2. Persistent volumes
3. Networking
4. Certificates
5. Bare-metal support
6. Dashboard
7. Kubernetes Versions
8. Add-ons
9. Cross-platform
10. Tracks upstream Kubernetes
https://yankee.dev/6-tools-to-run-kubernetes-locally
https://redd.it/ozch0y
@r_devops
Yankee Maharjan
6 Tools to Run Kubernetes Locally
Kubernetes is a big and complicated technology and it clearly requires some time and dedication to wrap your head around. There is no vendor lock-in meaning it runs the same no matter which managed cloud platform you use it on. This means using it lo...
tf-free: A project to create free resources on all cloud-providers
Hey r/DevOps,
I've created a project where you can create all the free resources available from the major cloud providers in a single command. I used it as a way to learn infrastructure as a code without relying on companies or external training, and without spending fortunes as well. Furthermore, I hope it helps you, as it did for me.
You are welcome to contribute and ask questions, it is not finished by any means, so be aware you must learn the basics before messing with its configurations.
https://redd.it/ozdlb8
@r_devops
Hey r/DevOps,
I've created a project where you can create all the free resources available from the major cloud providers in a single command. I used it as a way to learn infrastructure as a code without relying on companies or external training, and without spending fortunes as well. Furthermore, I hope it helps you, as it did for me.
You are welcome to contribute and ask questions, it is not finished by any means, so be aware you must learn the basics before messing with its configurations.
https://redd.it/ozdlb8
@r_devops
GitHub
GitHub - gruberdev/tf-free: This repository enables the creation of cloud-native resources across all major cloud providers, utilizing…
This repository enables the creation of cloud-native resources across all major cloud providers, utilizing only free-tier resources, provisioning them using Terraform. - gruberdev/tf-free
🛠 Deployment strategies in Kubernetes
📓 Learn what are the different deployment strategies available in Kubernetes and how to use them. Read more...
https://redd.it/ozesk2
@r_devops
📓 Learn what are the different deployment strategies available in Kubernetes and how to use them. Read more...
https://redd.it/ozesk2
@r_devops
Auth0 - Blog
Deployment Strategies In Kubernetes
Learn what are the different deployment strategies available in Kubernetes and how to use them.
Looking for books and courses on the fundamentals of design, automation, testing and deployments.
Are there any good courses and books regarding the fundamentals of design, automation, testing and deployments.
What I mean by fundamentals is the core ideas no matter what field you are in be it IT, robotics, aviation etc. Basically fundamentals that can be applied to anything to improve your understanding and implementation of these fundamentals in projects / applications.
In my case it will be more in the DevOps space.
https://redd.it/ozev3p
@r_devops
Are there any good courses and books regarding the fundamentals of design, automation, testing and deployments.
What I mean by fundamentals is the core ideas no matter what field you are in be it IT, robotics, aviation etc. Basically fundamentals that can be applied to anything to improve your understanding and implementation of these fundamentals in projects / applications.
In my case it will be more in the DevOps space.
https://redd.it/ozev3p
@r_devops
reddit
Looking for books and courses on the fundamentals of design,...
Are there any good courses and books regarding the fundamentals of design, automation, testing and deployments. What I mean by fundamentals is...
Traefik + grafana help
Hi, I'm a junior MLE engineer who likes to play with containers and services quite a lot in his free time.
Anyhow, for my purposes I've built a small personal website service, and together with several others for fun, I've put Traefik reverse proxy before them.
Now, I would like to setup prometheus and grafana for some basic metrics (requests, memory, in future i'll try to play with bot detection etc).
My problem is, I've searched the Internets for some kind of a tutorial, and they all assume I am using Docker Swarm, which I don't (just a single Hetzner instance), or a k8s cluster, which I most definitely dont.
Is it really impossible to setup grafana for my simple setup?
Is there a tutorial out there I've missed? If there is, can you link it?
If there isn't, how can I modify the tutorials for my simple use case?
Thanks :D
https://redd.it/ozfolo
@r_devops
Hi, I'm a junior MLE engineer who likes to play with containers and services quite a lot in his free time.
Anyhow, for my purposes I've built a small personal website service, and together with several others for fun, I've put Traefik reverse proxy before them.
Now, I would like to setup prometheus and grafana for some basic metrics (requests, memory, in future i'll try to play with bot detection etc).
My problem is, I've searched the Internets for some kind of a tutorial, and they all assume I am using Docker Swarm, which I don't (just a single Hetzner instance), or a k8s cluster, which I most definitely dont.
Is it really impossible to setup grafana for my simple setup?
Is there a tutorial out there I've missed? If there is, can you link it?
If there isn't, how can I modify the tutorials for my simple use case?
Thanks :D
https://redd.it/ozfolo
@r_devops
reddit
Traefik + grafana help
Hi, I'm a junior MLE engineer who likes to play with containers and services quite a lot in his free time. Anyhow, for my purposes I've built a...
Is datadog good for the long haul? ...or nah?
My org is currently looking to consolidate logs, metrics, and traces all into one vendor. We've POC'd a few that claim to do this, like new relic, dynatrace, and datadog, but frankly sometimes it seems like the POC is not representative of reality (I've heard some horror stories about doing exactly this in one of these three companies). At the moment we're leaning toward datadog.
We try to be a forward looking org and don't want to get fuckin stuck (again lol) on a tool that will just get less relevant a few years down the road (happened to use a handful of times)
So my main question is to those that use datadog, is it going to be as relevant to your org in a few years?
View Poll
https://redd.it/ozhv2i
@r_devops
My org is currently looking to consolidate logs, metrics, and traces all into one vendor. We've POC'd a few that claim to do this, like new relic, dynatrace, and datadog, but frankly sometimes it seems like the POC is not representative of reality (I've heard some horror stories about doing exactly this in one of these three companies). At the moment we're leaning toward datadog.
We try to be a forward looking org and don't want to get fuckin stuck (again lol) on a tool that will just get less relevant a few years down the road (happened to use a handful of times)
So my main question is to those that use datadog, is it going to be as relevant to your org in a few years?
View Poll
https://redd.it/ozhv2i
@r_devops
Today I blew up my self-hosted k8s cluster! Don't dist upgrade without thorough testing!!
I manage patching for large cloud environments. I should know better. Its basic operations procedure. Well, I decided to cut corners in my home lab and every k8s node (Ubuntu 2104) would boot into kernel panic) Without backups, it's impossible to tell what went wrong and where.
Lessons learned, take backups in your home labs!!
Here's another DevOps Vlog!!
https://youtu.be/oy9FtAZj4Js
https://redd.it/ozfi83
@r_devops
I manage patching for large cloud environments. I should know better. Its basic operations procedure. Well, I decided to cut corners in my home lab and every k8s node (Ubuntu 2104) would boot into kernel panic) Without backups, it's impossible to tell what went wrong and where.
Lessons learned, take backups in your home labs!!
Here's another DevOps Vlog!!
https://youtu.be/oy9FtAZj4Js
https://redd.it/ozfi83
@r_devops
YouTube
Daily DevOps | Why I'm Divorcing Kubernetes for Docker Compose!!
Kubernetes is the defacto standard for container orchestration, there is no doubt about it. The tooling, the support, the adoption, the job requirements. The DevOps/Cloud-Native World is Kubernetes. But Sometimes when hosting your own cluster, you can get…
New FREE Series How to create Storage Account in Azure - Data Engineer Series | EP# 01
This video covers the below basic concepts for the Data Engineer in real world.
\-- https://youtu.be/TfgvqxLNp7E
1. How to create storage account in azure
2. What are the various types of Storage accounts
3. When to use What type of Storage
​
Azure Data Engineer Series - Session #1 \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Please Subscribe, Like, & Share for more video and to get notified when new video comes⤵⤵⤵ :https://www.youtube.com/c/CloudDataSc... \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
https://redd.it/oze1mm
@r_devops
This video covers the below basic concepts for the Data Engineer in real world.
\-- https://youtu.be/TfgvqxLNp7E
1. How to create storage account in azure
2. What are the various types of Storage accounts
3. When to use What type of Storage
​
Azure Data Engineer Series - Session #1 \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Please Subscribe, Like, & Share for more video and to get notified when new video comes⤵⤵⤵ :https://www.youtube.com/c/CloudDataSc... \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
https://redd.it/oze1mm
@r_devops
YouTube
How to create Storage Account in Azure - Data Engineer Series
This video covers the below basic concepts for the Data Engineer in real world.
1. How to create storage account in azure
2. What are the various types of Storage accounts
3. When to use What type of Storage
Azure Data Engineer Series - Session #1
^^…
1. How to create storage account in azure
2. What are the various types of Storage accounts
3. When to use What type of Storage
Azure Data Engineer Series - Session #1
^^…
Advice on cloud based tools for A CICD pipeline.
Can I get some advice? I need to create a cloud-based CICD pipeline for a project. No one wants to touch it, so I'm stepping up to do it.
The task is to create a CICD pipeline in the cloud. Which cloud service is up to me, and it'll have to get approval from the team.
I am not sure what would be the best route to do so as I'm still learning Jenkins and TeamCity(on-premise), but I am not super great with them or cloud-based products. I'm having trouble with that; I'm not sure what is the best route to take.
I need to run checks on each pull request. To give context, each pull request contains an Angular app with the feature changes and a python automation suite that tests the app changes.
I need to start a local angular server, run the python tests (~3hr runs) on Windows chrome and Mac Safari, among other checks. CICD pipeline should be able to handle multiple PRs getting created at different times. Currently, we have two peak hours; for the sake of argument, they are 5 am and 5 pm.
The team would like to use Jenkins, but I'm not restricted to it. I have been looking at AWS EC2, AWS ECS, TeamCity Cloud, GitHub Actions, Azure. Anything with a Mac Agent and can parallelize builds even with Kubernetes. I am trying to account for cost as well.
What cloud-based CICD tool have you guys used and had success with? What is the best way to accomplish this?
Thanks in advance.
https://redd.it/ozk0sa
@r_devops
Can I get some advice? I need to create a cloud-based CICD pipeline for a project. No one wants to touch it, so I'm stepping up to do it.
The task is to create a CICD pipeline in the cloud. Which cloud service is up to me, and it'll have to get approval from the team.
I am not sure what would be the best route to do so as I'm still learning Jenkins and TeamCity(on-premise), but I am not super great with them or cloud-based products. I'm having trouble with that; I'm not sure what is the best route to take.
I need to run checks on each pull request. To give context, each pull request contains an Angular app with the feature changes and a python automation suite that tests the app changes.
I need to start a local angular server, run the python tests (~3hr runs) on Windows chrome and Mac Safari, among other checks. CICD pipeline should be able to handle multiple PRs getting created at different times. Currently, we have two peak hours; for the sake of argument, they are 5 am and 5 pm.
The team would like to use Jenkins, but I'm not restricted to it. I have been looking at AWS EC2, AWS ECS, TeamCity Cloud, GitHub Actions, Azure. Anything with a Mac Agent and can parallelize builds even with Kubernetes. I am trying to account for cost as well.
What cloud-based CICD tool have you guys used and had success with? What is the best way to accomplish this?
Thanks in advance.
https://redd.it/ozk0sa
@r_devops
reddit
Advice on cloud based tools for A CICD pipeline.
Can I get some advice? I need to create a cloud-based CICD pipeline for a project. No one wants to touch it, so I'm stepping up to do it. The...
Automating port-forwarding for WSL2
I couldn't connect to my WSL2 local machine so I obtained the IP address inside of WSL2 by doing:
​
ip addr show eth0 | awk '$1 == "inet" {gsub(/\/.*$/, "", $2); print $2}'
​
And then followed up with:
​
netsh interface portproxy add v4tov4 listenport= listenaddress=0.0.0.0 connectport=2222 connectaddress=172.24.40.141
​
Is there a way to automate this process?
https://redd.it/oz7lpv
@r_devops
I couldn't connect to my WSL2 local machine so I obtained the IP address inside of WSL2 by doing:
​
ip addr show eth0 | awk '$1 == "inet" {gsub(/\/.*$/, "", $2); print $2}'
​
And then followed up with:
​
netsh interface portproxy add v4tov4 listenport= listenaddress=0.0.0.0 connectport=2222 connectaddress=172.24.40.141
​
Is there a way to automate this process?
https://redd.it/oz7lpv
@r_devops
reddit
Automating port-forwarding for WSL2
I couldn't connect to my WSL2 local machine so I obtained the IP address inside of WSL2 by doing: ip addr show eth0 | awk '$1 ==...
How do I implement Kubernetes in my current backend services?
Currently there's 1 database(ravendb) and 3 backend services running and 1 angular frontend app. Backend is in nodejs and I'm using pm2 to run all of them. I'm new to kube and don't know how it would benefit my currently running services. Can someone let me know how its gonna lay out the services before I learn kube? It would be very helpful
https://redd.it/ozaipz
@r_devops
Currently there's 1 database(ravendb) and 3 backend services running and 1 angular frontend app. Backend is in nodejs and I'm using pm2 to run all of them. I'm new to kube and don't know how it would benefit my currently running services. Can someone let me know how its gonna lay out the services before I learn kube? It would be very helpful
https://redd.it/ozaipz
@r_devops
reddit
How do I implement Kubernetes in my current backend services?
Currently there's 1 database(ravendb) and 3 backend services running and 1 angular frontend app. Backend is in nodejs and I'm using pm2 to run all...
Adopting SRE Culture - Defining SLOs
When adopting the SRE culture and defining Service Level Objectives, remember that an SLO must be
• Achievable - being unrealistic would not work at all
• Relevant - corresponds to a critical user journey (CUJ) and reflects customer satisfaction
• Cost Effective - often ignored in order to achieve something impractical and unfeasible; connected to the "Achievable" characteristic
• Measurable - have a proper SLI metric, preferably time bound; metric should correlate with outages
• Having a bit realistic and relaxed threshold than SLA (say 99.99% availability SLO and 99.5% availability SLA), if SLA is defined - all services should have SLO, irrespective of whether SLA is defined
One more thing, there is no one-size-fits-all approach towards defining SLOs. A single SLO cannot be applied for every user journey.
Please do share your thoughts in the comments section. Any other characteristic you think can be added?
https://redd.it/oz32ak
@r_devops
When adopting the SRE culture and defining Service Level Objectives, remember that an SLO must be
• Achievable - being unrealistic would not work at all
• Relevant - corresponds to a critical user journey (CUJ) and reflects customer satisfaction
• Cost Effective - often ignored in order to achieve something impractical and unfeasible; connected to the "Achievable" characteristic
• Measurable - have a proper SLI metric, preferably time bound; metric should correlate with outages
• Having a bit realistic and relaxed threshold than SLA (say 99.99% availability SLO and 99.5% availability SLA), if SLA is defined - all services should have SLO, irrespective of whether SLA is defined
One more thing, there is no one-size-fits-all approach towards defining SLOs. A single SLO cannot be applied for every user journey.
Please do share your thoughts in the comments section. Any other characteristic you think can be added?
https://redd.it/oz32ak
@r_devops
reddit
Adopting SRE Culture - Defining SLOs
When adopting the SRE culture and defining Service Level Objectives, remember that an SLO must be • Achievable - being unrealistic would not work...
I wrote a library that simply generates English words and sentences
It does not involve testing frameworks and data model,So its application scenarios are more simple to use, does not consume too much memory, it supports custom lexicon and a variety of response formats, I am an open source novice have any suggestions and questions welcome PR.
https://github.com/kayw-geek/php-mock
https://redd.it/oz3uaj
@r_devops
It does not involve testing frameworks and data model,So its application scenarios are more simple to use, does not consume too much memory, it supports custom lexicon and a variety of response formats, I am an open source novice have any suggestions and questions welcome PR.
https://github.com/kayw-geek/php-mock
https://redd.it/oz3uaj
@r_devops
Share a fun Github library that mimicked the iPhone on the site and can be used for selfies!
📱 simulates the iPhone to take photos, flashlight, Safari, map, slider on the bottom bar and other functions
​
Features
​
The current function
​
Real time date
Flashlight function
camera
Photo gallery preview function
Drag back on the bottom bar of the iPhone
desktop
Safari
The map
This is an online demo https://codepen.io/kayw-geek/pen/VwPEKXy
Github: https://github.com/kayw-geek/web-iphone
https://redd.it/oz3xve
@r_devops
📱 simulates the iPhone to take photos, flashlight, Safari, map, slider on the bottom bar and other functions
​
Features
​
The current function
​
Real time date
Flashlight function
camera
Photo gallery preview function
Drag back on the bottom bar of the iPhone
desktop
Safari
The map
This is an online demo https://codepen.io/kayw-geek/pen/VwPEKXy
Github: https://github.com/kayw-geek/web-iphone
https://redd.it/oz3xve
@r_devops
CodePen
iPhone Carema
...
What are your experiences with Mac Pro / Mac Mini hosting services?
There has been this thread 4 years ago that is still very educational, but AWS got into this game since then, was also able to found new players (e.g., macincloud), and the Apple also came out with their M1 chips as well.
A personal reason behind asking is that planning to get back into iOS development after years, and currently on a budget, but even if I ordered a Mac Mini M1 now, it wouldn't deliver until early September.
https://redd.it/ozrbh5
@r_devops
There has been this thread 4 years ago that is still very educational, but AWS got into this game since then, was also able to found new players (e.g., macincloud), and the Apple also came out with their M1 chips as well.
A personal reason behind asking is that planning to get back into iOS development after years, and currently on a budget, but even if I ordered a Mac Mini M1 now, it wouldn't deliver until early September.
https://redd.it/ozrbh5
@r_devops
reddit
Does anyone know a good dedicated Mac Mini/MacPro hosting service?
Looking for a good Mac mini hosting provider Only thing I’m looking for 1. Dedicated. Not a VM 2. Not MacStadium.com. They tried charging me for...
Create production grade Kubernetes clusters in Hetzner Cloud in a couple of minutes or less
Hi!
I just finished building a Ruby gem that allows you to create super cheap, production grade Kubernetes clusters in Hetzner Cloud very, very quickly. It uses k3s as K8s distribution because it's very lightweight, leaving more resources to workloads. I love it. The tool does everything to create a ready to use cluster in Hetzner, including the ability to provision load balancers and persistent volumes out of the box.
If you are looking for a very affordable way to easily create and manage self hosted Kubernetes clusters, and are happy with a European location (Germany or Finland), then check it out!
You can find the repo at https://github.com/vitobotta/hetzner-k3s
I would appreciate any feedback or suggestions on how to improve it in terms of functionality etc. Can you please give it a try if you already have an Hetzner Cloud account or are willing to create one?
Also if you have experience with k3s already and have suggestions about it, please let me know.
Thanks!
https://redd.it/ozs9mt
@r_devops
Hi!
I just finished building a Ruby gem that allows you to create super cheap, production grade Kubernetes clusters in Hetzner Cloud very, very quickly. It uses k3s as K8s distribution because it's very lightweight, leaving more resources to workloads. I love it. The tool does everything to create a ready to use cluster in Hetzner, including the ability to provision load balancers and persistent volumes out of the box.
If you are looking for a very affordable way to easily create and manage self hosted Kubernetes clusters, and are happy with a European location (Germany or Finland), then check it out!
You can find the repo at https://github.com/vitobotta/hetzner-k3s
I would appreciate any feedback or suggestions on how to improve it in terms of functionality etc. Can you please give it a try if you already have an Hetzner Cloud account or are willing to create one?
Also if you have experience with k3s already and have suggestions about it, please let me know.
Thanks!
https://redd.it/ozs9mt
@r_devops
GitHub
GitHub - vitobotta/hetzner-k3s: The easiest and fastest way to create production-ready Kubernetes clusters on Hetzner Cloud
The easiest and fastest way to create production-ready Kubernetes clusters on Hetzner Cloud - vitobotta/hetzner-k3s
Application Server Migration on EC2
I hosted a java/j2ee web application in the cloud on ec2. It's just a lift and shift. I'd like to get rid of Web logic application server and replace it with Tomcat. Will there be any unforeseen issues? Any pointers? Thanks.
https://redd.it/ozw95k
@r_devops
I hosted a java/j2ee web application in the cloud on ec2. It's just a lift and shift. I'd like to get rid of Web logic application server and replace it with Tomcat. Will there be any unforeseen issues? Any pointers? Thanks.
https://redd.it/ozw95k
@r_devops
reddit
Application Server Migration on EC2
I hosted a java/j2ee web application in the cloud on ec2. It's just a lift and shift. I'd like to get rid of Web logic application server and...
What is DevOps?
Every time a non-technical friend asks me what I do, I try to explain what the cloud is and how I work in the cloud in automation and architecture. Everybody always says “I have no idea what you’re talking about and I don’t know what you do”, despite me trying to explain it. How do you describe DevOps to your non-technical friends/family in laymen’s terms?
https://redd.it/p01pm3
@r_devops
Every time a non-technical friend asks me what I do, I try to explain what the cloud is and how I work in the cloud in automation and architecture. Everybody always says “I have no idea what you’re talking about and I don’t know what you do”, despite me trying to explain it. How do you describe DevOps to your non-technical friends/family in laymen’s terms?
https://redd.it/p01pm3
@r_devops
reddit
What is DevOps?
Every time a non-technical friend asks me what I do, I try to explain what the cloud is and how I work in the cloud in automation and...
Fedora or Ubuntu
I'm a CS student wanting to get into and learn devops related topics like containers, etc., machine/deeplearning
I really don't know which one to use out of the two, just that I like Fedora's stock GNOME better than Ubuntu's version of GNOME. But from what I've read Fedora has better support for podman than docker. Is it a big trade off in my path to learn and explore more about the field mentioned above ?
Have some moderate experience of using linux from Ubuntu to arch with only window managers, but never settled on one distro
Really sorry if it's a noob question
Thanks in advance !!!
https://redd.it/p020rm
@r_devops
I'm a CS student wanting to get into and learn devops related topics like containers, etc., machine/deeplearning
I really don't know which one to use out of the two, just that I like Fedora's stock GNOME better than Ubuntu's version of GNOME. But from what I've read Fedora has better support for podman than docker. Is it a big trade off in my path to learn and explore more about the field mentioned above ?
Have some moderate experience of using linux from Ubuntu to arch with only window managers, but never settled on one distro
Really sorry if it's a noob question
Thanks in advance !!!
https://redd.it/p020rm
@r_devops
reddit
Fedora or Ubuntu
I'm a CS student wanting to get into and learn devops related topics like containers, etc., machine/deeplearning I really don't know which one...