WordPress workflow - newbie edition
Hi peeps,
First, I hope this question fits in this sub - I found a similar one anyways, just super older.
I've been hired to handle a company's website which is based on WordPress.
I'm trying to figure out what the best workflow would be, taking in consideration all the involved parties.
So far I'm thinking...
Local by Flywheel to develop locally, then Github would save the changes and Buddy would be used as the middle man, to update the server's version (AWS) whenever changes are added to the main branch. Thoughts?
I've heard of Docker as well, but I have to dive into that one yet.
Keep in mind - I'd be working on design / themes and plugins mainly, and those are the only files on the github repo and (hopefully) the only ones to be updated through each push, but I have no idea if it'll work like that. + that'd hopefully allow the Content Creation crew to go into the WordPress dashboard and put up posts as usual, without stuff getting overwritten - which again, I have no idea if it'll work.
Another step would possibly be to do all of that in a staging site, and then use a plugin to get a static version which will be used for the production site - to hopefully make it faster as well.
Any advice or tips will be highly appreciated. :)
https://redd.it/m3i7u7
@r_devops
Hi peeps,
First, I hope this question fits in this sub - I found a similar one anyways, just super older.
I've been hired to handle a company's website which is based on WordPress.
I'm trying to figure out what the best workflow would be, taking in consideration all the involved parties.
So far I'm thinking...
Local by Flywheel to develop locally, then Github would save the changes and Buddy would be used as the middle man, to update the server's version (AWS) whenever changes are added to the main branch. Thoughts?
I've heard of Docker as well, but I have to dive into that one yet.
Keep in mind - I'd be working on design / themes and plugins mainly, and those are the only files on the github repo and (hopefully) the only ones to be updated through each push, but I have no idea if it'll work like that. + that'd hopefully allow the Content Creation crew to go into the WordPress dashboard and put up posts as usual, without stuff getting overwritten - which again, I have no idea if it'll work.
Another step would possibly be to do all of that in a staging site, and then use a plugin to get a static version which will be used for the production site - to hopefully make it faster as well.
Any advice or tips will be highly appreciated. :)
https://redd.it/m3i7u7
@r_devops
reddit
WordPress workflow - newbie edition
Hi peeps, First, I hope this question fits in this sub - I found a similar one anyways, just super older. I've been hired to handle a company's...
How do you guys are getting most out of Prisma Cloud
Hello Guys,
We are using Prisma cloud mainly focusing on vulnerabilities and runtime alerts/events. Every time we receive an alert of container runtime from Prisma cloud we have to involve a dev team member and verify if it is a false positive or a genuine alert(I am part of sec team and I don't have access to the machines directly). I am just curious how you guys are actually using prisma cloud at your place and may be get some useful tips. Thanks
https://redd.it/m3e056
@r_devops
Hello Guys,
We are using Prisma cloud mainly focusing on vulnerabilities and runtime alerts/events. Every time we receive an alert of container runtime from Prisma cloud we have to involve a dev team member and verify if it is a false positive or a genuine alert(I am part of sec team and I don't have access to the machines directly). I am just curious how you guys are actually using prisma cloud at your place and may be get some useful tips. Thanks
https://redd.it/m3e056
@r_devops
reddit
How do you guys are getting most out of Prisma Cloud
Hello Guys, We are using Prisma cloud mainly focusing on vulnerabilities and runtime alerts/events. Every time we receive an alert of container...
Fluentd_fluent-plugin-sanitizer
Hello All,
Need some suggestion on implementing encryption on the fluentd logs for the Kubernetes cluster. Does anyone have any idea how to integrate "fluent-plugin-sanitizer" to encrypt the logs data? Any other technique to achieve this.
Your help is highly appreciated.
Thanks
https://redd.it/m39uxq
@r_devops
Hello All,
Need some suggestion on implementing encryption on the fluentd logs for the Kubernetes cluster. Does anyone have any idea how to integrate "fluent-plugin-sanitizer" to encrypt the logs data? Any other technique to achieve this.
Your help is highly appreciated.
Thanks
https://redd.it/m39uxq
@r_devops
reddit
Fluentd_fluent-plugin-sanitizer
Hello All, Need some suggestion on implementing encryption on the fluentd logs for the Kubernetes cluster. Does anyone have any idea how to...
Open Source Projects
Hello,
I'm looking to contribute to an open source project as a devops engineer. Any recommendations?
https://redd.it/m3sj8r
@r_devops
Hello,
I'm looking to contribute to an open source project as a devops engineer. Any recommendations?
https://redd.it/m3sj8r
@r_devops
reddit
Open Source Projects
Hello, I'm looking to contribute to an open source project as a devops engineer. Any recommendations?
DevOps and SSIS scheduling (Operate)
I’m looking for an SSIS Package scheduling tool to monitor all SSIS packages with one central console. In the past I have used autosys and also looking into JAMS and ActiveBranch.
Before I move in above direction I’m wondering if there is another type of tool that better fits in a DevOps ecosystem and will accomplish the same (central execution and monitoring of sql jobs)
https://redd.it/m3tkxy
@r_devops
I’m looking for an SSIS Package scheduling tool to monitor all SSIS packages with one central console. In the past I have used autosys and also looking into JAMS and ActiveBranch.
Before I move in above direction I’m wondering if there is another type of tool that better fits in a DevOps ecosystem and will accomplish the same (central execution and monitoring of sql jobs)
https://redd.it/m3tkxy
@r_devops
reddit
DevOps and SSIS scheduling (Operate)
I’m looking for an SSIS Package scheduling tool to monitor all SSIS packages with one central console. In the past I have used autosys and also...
New to Azure DevOps. I hate it. It's a labyrinth.
Hi folks,
I'm a scientist, device engineer, and programmer. I've managed small teams of 3 or 4 programmers without a formal version control system. My preferred stack is Linux and Python, but I can work in other environments. Last year I started to participate in GitHub, and I was just starting to the hang of it. Then I got a new job where they use Azure DevOps.
I'm only two weeks in to the job, so maybe in time it will all become clear. But right now I'm hating Azure. I have spent hours trying to accomplish what should be simple tasks. Yes, I am RTFM. This reading will consume an unknown amount of my time. I can also see that Azure's documentation considers its customization features as a plus. I hope that customization doesn't involve too much flexibility in the menu options, because that will greatly decrease the value of RTFM if my company's sysadmins did something cute.
Right now, all I want to do is to find and download a software build. There used to be a place on the company network drive where the company was keeping its software builds. They decided to move the builds onto Azure today, and all new builds will go there.
I got a link to a Releases page. The builds are not actually accessible directly from that page. There was a bewildering array of choices on that page, all of which seemed to link to documentation of the branch history, what tests were run on this particular Release, etc. But where was the link to the installer binary? I couldn't find it. A colleague helped me with this task earlier today. I remarked that I seemed to need to click on Releases on multiple menus to locate the installer build. There were two or three menus to navigate from the starting point to actually get to the executable.
Alas, my note taking was less than thorough, and I can't seem to find my way back.
I feel like many of the changes that Microsoft made between Windows 7 and Windows 10 were "just because." Menus were rearranged. Settings were split from Control Panel. Popup windows from the OS cover critical information while you are working.
Azure feels the same way, like it was written to be the not-GitHub, different "just because."
Please feel free to change my mind. Thanks.
https://redd.it/m37zkr
@r_devops
Hi folks,
I'm a scientist, device engineer, and programmer. I've managed small teams of 3 or 4 programmers without a formal version control system. My preferred stack is Linux and Python, but I can work in other environments. Last year I started to participate in GitHub, and I was just starting to the hang of it. Then I got a new job where they use Azure DevOps.
I'm only two weeks in to the job, so maybe in time it will all become clear. But right now I'm hating Azure. I have spent hours trying to accomplish what should be simple tasks. Yes, I am RTFM. This reading will consume an unknown amount of my time. I can also see that Azure's documentation considers its customization features as a plus. I hope that customization doesn't involve too much flexibility in the menu options, because that will greatly decrease the value of RTFM if my company's sysadmins did something cute.
Right now, all I want to do is to find and download a software build. There used to be a place on the company network drive where the company was keeping its software builds. They decided to move the builds onto Azure today, and all new builds will go there.
I got a link to a Releases page. The builds are not actually accessible directly from that page. There was a bewildering array of choices on that page, all of which seemed to link to documentation of the branch history, what tests were run on this particular Release, etc. But where was the link to the installer binary? I couldn't find it. A colleague helped me with this task earlier today. I remarked that I seemed to need to click on Releases on multiple menus to locate the installer build. There were two or three menus to navigate from the starting point to actually get to the executable.
Alas, my note taking was less than thorough, and I can't seem to find my way back.
I feel like many of the changes that Microsoft made between Windows 7 and Windows 10 were "just because." Menus were rearranged. Settings were split from Control Panel. Popup windows from the OS cover critical information while you are working.
Azure feels the same way, like it was written to be the not-GitHub, different "just because."
Please feel free to change my mind. Thanks.
https://redd.it/m37zkr
@r_devops
reddit
New to Azure DevOps. I hate it. It's a labyrinth.
Hi folks, I'm a scientist, device engineer, and programmer. I've managed small teams of 3 or 4 programmers without a formal version control...
Handling configuration for a single-tenant application with different startup modes
I am wondering what the best way of handling configuration for a single-tenant application would be. Bit more details on the project, it is a single-tenant application with a bootstrap mode and an active mode. On the initial deployment, it should go into the bootstrap mode, and then after that if it ever has to restart it will go into the active mode. This application will be deployed to AWS EKS in a namespace per tenant. The database will be MongoDB Atlas.
My question(s) come in how should I have the application pull the configuration from the DB both on its initial startup as well as when the pod is rescheduled to a new node due to a scaling event or instance failure. Is Mongo a good place to store this type of configuration?
Normally I would use a YAML or JSON file and have the application read that though I think that might not make much sense here because the file would be local and would need to have it reupload the config file to say S3 when a configuration change is made. How should I handle this configuration?
I don't expect configuration changes to happen often except during the initial setup by the tenant.
https://redd.it/m37eij
@r_devops
I am wondering what the best way of handling configuration for a single-tenant application would be. Bit more details on the project, it is a single-tenant application with a bootstrap mode and an active mode. On the initial deployment, it should go into the bootstrap mode, and then after that if it ever has to restart it will go into the active mode. This application will be deployed to AWS EKS in a namespace per tenant. The database will be MongoDB Atlas.
My question(s) come in how should I have the application pull the configuration from the DB both on its initial startup as well as when the pod is rescheduled to a new node due to a scaling event or instance failure. Is Mongo a good place to store this type of configuration?
Normally I would use a YAML or JSON file and have the application read that though I think that might not make much sense here because the file would be local and would need to have it reupload the config file to say S3 when a configuration change is made. How should I handle this configuration?
I don't expect configuration changes to happen often except during the initial setup by the tenant.
https://redd.it/m37eij
@r_devops
reddit
Handling configuration for a single-tenant application with...
I am wondering what the best way of handling configuration for a single-tenant application would be. Bit more details on the project, it is a...
Best way to merge s3 files
I have a bunch of .ts files and an m3u8 on an s3 bucket (basically hls format). What's the best, most reliable and scalable way to convert them into mp4 and upload to onedrive? Zero data loss will be pretty important.
I am thinking of couple of solutions like lambda and elastic transcoder but some of the solutions feel like hacks. What would be the best way to do this?
https://redd.it/m364ez
@r_devops
I have a bunch of .ts files and an m3u8 on an s3 bucket (basically hls format). What's the best, most reliable and scalable way to convert them into mp4 and upload to onedrive? Zero data loss will be pretty important.
I am thinking of couple of solutions like lambda and elastic transcoder but some of the solutions feel like hacks. What would be the best way to do this?
https://redd.it/m364ez
@r_devops
reddit
Best way to merge s3 files
I have a bunch of .ts files and an m3u8 on an s3 bucket (basically hls format). What's the best, most reliable and scalable way to convert them...
Deploying same container with different config and then scaling them individually
So I have a web app (or 3 docker container, nginx to act as reverse proxy and web server, nodejs api container and the db container)
Everytime a new client wants to onboard, we spinup a ec2 (via terraform) and run the site_config.py (internal tool to config the site) and deploy it
It works, but updates are just painful and back-up are very basic.
So I was wondering is there anything like this which is built for it, I know bit of kubernetes and helm but we need each service to be deployed with its own config and then can scale-up or down that from there, I am very unsure if this is at all possible in k8s or helm or is there some better tooling that I could use.
PS: I hope this is the right forum for this question, if not please guide me to the right ones.
https://redd.it/m34lhu
@r_devops
So I have a web app (or 3 docker container, nginx to act as reverse proxy and web server, nodejs api container and the db container)
Everytime a new client wants to onboard, we spinup a ec2 (via terraform) and run the site_config.py (internal tool to config the site) and deploy it
It works, but updates are just painful and back-up are very basic.
So I was wondering is there anything like this which is built for it, I know bit of kubernetes and helm but we need each service to be deployed with its own config and then can scale-up or down that from there, I am very unsure if this is at all possible in k8s or helm or is there some better tooling that I could use.
PS: I hope this is the right forum for this question, if not please guide me to the right ones.
https://redd.it/m34lhu
@r_devops
reddit
Deploying same container with different config and then scaling...
So I have a web app (or 3 docker container, nginx to act as reverse proxy and web server, nodejs api container and the db container) Everytime a...
Unattended Ubuntu 20.04.2 packer template on vsphere
Has anyone managed to get packer to create a Ubuntu template without being promoted for autoinstall confirmation during install? I have managed to get everything working, but I just cant work this one out..
https://redd.it/m34i6o
@r_devops
Has anyone managed to get packer to create a Ubuntu template without being promoted for autoinstall confirmation during install? I have managed to get everything working, but I just cant work this one out..
https://redd.it/m34i6o
@r_devops
reddit
Unattended Ubuntu 20.04.2 packer template on vsphere
Has anyone managed to get packer to create a Ubuntu template without being promoted for autoinstall confirmation during install? I have managed to...
New to Cloud, new to AWS, new to Devops, new to the company - we're doing multi-region active-active
I've recently gotten my first 'real' DevOps job after being a traditional sysadmin for a while and only having to care about resources that were maybe used by tens of people at a time. My new company does custom development and has started to get into the tens-of-thousands region quite recently. I'm currently the only ops person there. (Like 99% of companies, we of course don't use "real" devops.)
I'm now tasked with two projects that will require high availability with zero experience in any of Terraform, cloud, AWS or providing services on this scale at all. (I started on 21-02-01 and on these projects some 1-2 weeks later.) One of the projects is even multi-region active-active which I've gathered is pretty much the pinnacle of achievements in cloud tech. Another will require insane throughput - large numbers of terabytes of video processing a day.
I've been making decent process on implementing these infrastructures but I'm quite terrified of what will happen when the products launch. So far, I've been able to write a few test services that show the basic principle does work (i. e. cross-region replication and such) but I have absolutely no idea how that relates to practical application development. (No background in dev work.) Yesterday, I didn't even know cloud-init existed, today we're absolutely relying on it for some core services. And I still have absolutely no idea how to implement a large number of things I'm supposed to finish next week, like KMS or CloudWatch - I haven't even started reading about them. It seems achievable to make them work as well if you only read enough Stackexchange threads but ... is that really all there is to building a good architecture?
I'm doing my best to try to learn all these services and how Terraform maps to them but it's just entirely overwhelming - especially when you factor in that I also have to predict the cost of the resulting infrastructure. One of these projects will launch next weekend because it's time-sensitive. I don't even know what my question in this post is, maybe I'm just venting, but... help?
To note, the company is not malicious at all, it's pretty much still a startup and the bosses' mentality is literally "Fuck yeah!". I think they just don't realize what they're getting into. If this goes well, it might be a career-defining moment for me because I know that they do reward performance. One of them also invited me over for drinks tomorrow so it'd be awesome if I had some appropriate way to express how I feel by then.
Edit: I've also made sure to very explicitly state that I have no idea what I'm doing on Slack so I don't think I have to worry about personal liability.
https://redd.it/m3qh1i
@r_devops
I've recently gotten my first 'real' DevOps job after being a traditional sysadmin for a while and only having to care about resources that were maybe used by tens of people at a time. My new company does custom development and has started to get into the tens-of-thousands region quite recently. I'm currently the only ops person there. (Like 99% of companies, we of course don't use "real" devops.)
I'm now tasked with two projects that will require high availability with zero experience in any of Terraform, cloud, AWS or providing services on this scale at all. (I started on 21-02-01 and on these projects some 1-2 weeks later.) One of the projects is even multi-region active-active which I've gathered is pretty much the pinnacle of achievements in cloud tech. Another will require insane throughput - large numbers of terabytes of video processing a day.
I've been making decent process on implementing these infrastructures but I'm quite terrified of what will happen when the products launch. So far, I've been able to write a few test services that show the basic principle does work (i. e. cross-region replication and such) but I have absolutely no idea how that relates to practical application development. (No background in dev work.) Yesterday, I didn't even know cloud-init existed, today we're absolutely relying on it for some core services. And I still have absolutely no idea how to implement a large number of things I'm supposed to finish next week, like KMS or CloudWatch - I haven't even started reading about them. It seems achievable to make them work as well if you only read enough Stackexchange threads but ... is that really all there is to building a good architecture?
I'm doing my best to try to learn all these services and how Terraform maps to them but it's just entirely overwhelming - especially when you factor in that I also have to predict the cost of the resulting infrastructure. One of these projects will launch next weekend because it's time-sensitive. I don't even know what my question in this post is, maybe I'm just venting, but... help?
To note, the company is not malicious at all, it's pretty much still a startup and the bosses' mentality is literally "Fuck yeah!". I think they just don't realize what they're getting into. If this goes well, it might be a career-defining moment for me because I know that they do reward performance. One of them also invited me over for drinks tomorrow so it'd be awesome if I had some appropriate way to express how I feel by then.
Edit: I've also made sure to very explicitly state that I have no idea what I'm doing on Slack so I don't think I have to worry about personal liability.
https://redd.it/m3qh1i
@r_devops
reddit
New to Cloud, new to AWS, new to Devops, new to the company -...
I've recently gotten my first 'real' DevOps job after being a traditional sysadmin for a while and only having to care about resources that were...
Part IV: Klustered - Live Kubernetes Debugging
Hi,
Another week, another episode. Thank you for the continued kind words, it really makes it all worth while to know that watching me suffer is helping other people with their Kubernetes journies; so thank you for getting in touch.
https://www.youtube.com/watch?v=Cp6zvBIo5KM
​
This episode was rather amusing, our first cluster breaks (a pair, Matt Moore [Knative\] and Dan Pop [Falco\]) decided to amuse themselves by the cluster suffered a death by a thousand paper cuts.
The second cluster was a tough one, I won't give anything away; but it was difficult due to the lack of errors; it's funny when you see what happened.
​
Enjoy!
https://redd.it/m3nlgg
@r_devops
Hi,
Another week, another episode. Thank you for the continued kind words, it really makes it all worth while to know that watching me suffer is helping other people with their Kubernetes journies; so thank you for getting in touch.
https://www.youtube.com/watch?v=Cp6zvBIo5KM
​
This episode was rather amusing, our first cluster breaks (a pair, Matt Moore [Knative\] and Dan Pop [Falco\]) decided to amuse themselves by the cluster suffered a death by a thousand paper cuts.
The second cluster was a tough one, I won't give anything away; but it was difficult due to the lack of errors; it's funny when you see what happened.
​
Enjoy!
https://redd.it/m3nlgg
@r_devops
YouTube
Klustered (Part IV) | Rawkode Live
Klustered is a series of live streams in which myself and a guest join forces to fix "broken" Kubernetes clusters ... on the clock.These clusters are broken ...
When would you consider one knows enough to put "familiar with Terraform and Python" on their resume? And are my blog entries helping or hurting me in the job search? Hoping to get my resume more attention - interested in cloud/aws - but may have to start with a sysadmin role?
Here is my resume. https://imgur.com/a/eqAJGgG
I'm the type of person who never tries to B/S people with my resume. It may just be my lack of confidence in myself, but even though I might be able to talk about terraform and python, I'm worried I'll be expected to do something I am not capable of. Of course, I feel I could certainly learn it.
On my resume I list my personal website that hosts my resume, a link to my linked in page, and some blog entries where I discuss what I am learning. an example of a blog entry is...
​
Setting up an Ubuntu server using Terraform
For this project I wanted to learn the basics of Terraform. I first installed and set up Visual Studio Code because it's a nice interface and came highly recommend from other users online. Then I wrote out what I wanted my deployment to look like such as my subnets, internet gateway, and security groups.
​
Once I knew what I wanted to build, I felt the best way to get started with Terraform is to use HashiCorp's documentation because they provide examples of how to do things that you can easily modify to fit what you're trying to do. However, it can be a little difficult to navigate their website so I spent a lot of time googling "terraform aws [resource I was trying to deploy\]". For example, "terraform aws vpc" pointed me to the Hashicorp documentation for deploying a vpc into aws using Terraform which also gave me example code of a vpc deployment I used to launch my vpc.
​
After a lot of googling and converting my plans into Terraform code, I went through and made sure all my subnets, IP address assignments, security groups, etc. were accurate and built in a way that wouldn't cause any errors. Of course, once I entered the "terraform apply" command I was made aware of some typos which I quickly fixed and then finally once my code was successfully executed, I had a publicly accessible Ubuntu webserver!
​
What is great about Terraform is I can easily deploy resources in AWS without having to manually do dozens and dozens of clicks in the AWS console. Being able to quickly grab some code I've used in a previous deployment to use in a new deployment is also something I'd like to learn about in the future as well as the power of automation. But for now, I just wanted to learn the basics so I can start to see potential there is in infrastructure as code.
​
Please note the link below points to an elastic IP but I may terminate the instance as I do more testing so it may not be active 24/7.
​
[link redacted\]
​
​
If this is stupid, PLEASE let me know so I can fix or remove it. I am not looking for sugar coated responses. I am seeking feedback from those in the field.
I have already had my resume reviewed several times in the r/ITCareerQuestions sub and now feel I'm ready to apply for jobs but would LOVE to put "familiar with Terraform and Python" on my resume or some variation. At least so I could get past HR and have an opportunity to sell myself!
​
Thank you and I hope the sub will permit this post and it doesn't violates any rules! If this is inappropriate for the sub, please advise on a better sub as I'm not 100% familiar with all the subs. :)
https://redd.it/m3m6np
@r_devops
Here is my resume. https://imgur.com/a/eqAJGgG
I'm the type of person who never tries to B/S people with my resume. It may just be my lack of confidence in myself, but even though I might be able to talk about terraform and python, I'm worried I'll be expected to do something I am not capable of. Of course, I feel I could certainly learn it.
On my resume I list my personal website that hosts my resume, a link to my linked in page, and some blog entries where I discuss what I am learning. an example of a blog entry is...
​
Setting up an Ubuntu server using Terraform
For this project I wanted to learn the basics of Terraform. I first installed and set up Visual Studio Code because it's a nice interface and came highly recommend from other users online. Then I wrote out what I wanted my deployment to look like such as my subnets, internet gateway, and security groups.
​
Once I knew what I wanted to build, I felt the best way to get started with Terraform is to use HashiCorp's documentation because they provide examples of how to do things that you can easily modify to fit what you're trying to do. However, it can be a little difficult to navigate their website so I spent a lot of time googling "terraform aws [resource I was trying to deploy\]". For example, "terraform aws vpc" pointed me to the Hashicorp documentation for deploying a vpc into aws using Terraform which also gave me example code of a vpc deployment I used to launch my vpc.
​
After a lot of googling and converting my plans into Terraform code, I went through and made sure all my subnets, IP address assignments, security groups, etc. were accurate and built in a way that wouldn't cause any errors. Of course, once I entered the "terraform apply" command I was made aware of some typos which I quickly fixed and then finally once my code was successfully executed, I had a publicly accessible Ubuntu webserver!
​
What is great about Terraform is I can easily deploy resources in AWS without having to manually do dozens and dozens of clicks in the AWS console. Being able to quickly grab some code I've used in a previous deployment to use in a new deployment is also something I'd like to learn about in the future as well as the power of automation. But for now, I just wanted to learn the basics so I can start to see potential there is in infrastructure as code.
​
Please note the link below points to an elastic IP but I may terminate the instance as I do more testing so it may not be active 24/7.
​
[link redacted\]
​
​
If this is stupid, PLEASE let me know so I can fix or remove it. I am not looking for sugar coated responses. I am seeking feedback from those in the field.
I have already had my resume reviewed several times in the r/ITCareerQuestions sub and now feel I'm ready to apply for jobs but would LOVE to put "familiar with Terraform and Python" on my resume or some variation. At least so I could get past HR and have an opportunity to sell myself!
​
Thank you and I hope the sub will permit this post and it doesn't violates any rules! If this is inappropriate for the sub, please advise on a better sub as I'm not 100% familiar with all the subs. :)
https://redd.it/m3m6np
@r_devops
Imgur
Post with 2 views.
Is jfrog artifactory good for the long run, or nah?
My org is looking to standardize on one repo manager (we are currently using nexus and bitbucket depending on the team).
Lately we've been trying to be a forward looking org because we don't want to get fuckin stuck again (lol) on a tool that will become less relevant over time.
So my main question is to those that use jfrog, will it still be relevant to your org years down the road? Also any feedback you have about the trajectory of the product would be so help.
View Poll
https://redd.it/m3m6e3
@r_devops
My org is looking to standardize on one repo manager (we are currently using nexus and bitbucket depending on the team).
Lately we've been trying to be a forward looking org because we don't want to get fuckin stuck again (lol) on a tool that will become less relevant over time.
So my main question is to those that use jfrog, will it still be relevant to your org years down the road? Also any feedback you have about the trajectory of the product would be so help.
View Poll
https://redd.it/m3m6e3
@r_devops
Some general questions about DBs and cloud
I'm looking for some insights into cloud management with DevOps culture in mind. I won't go into much detail, I just need some general information/resources that I can follow, about these topics:
1. When to use container services like Fargate, ACI, App Service? If the project isn't big enough, is it worth to migrate from more traditional approach (so VM instances with docker-compose running inside)?
2. Managed DBs - I totally get their advantages and I'm a huge fan. But they are expensive. How many instances should be deployed? Let's assume that I have 5 independent projects and each project has dev/staging/prod environments. Should I have 15 DB servers (instances) running? Or can I perhaps run one DB instance and serve dev/staging environments from there and keep prod instances seperate? Important: I mean database server instances, not databases.
I've been trying to find some info online but most docs don't go into that much detail. Could you give me some more insight on how to run this type of infra? Mind you, the projects are not big, the databases are 1-2 GB in size (dev/staging DBs much less than that). What approach would you choose and why?
https://redd.it/m3lotp
@r_devops
I'm looking for some insights into cloud management with DevOps culture in mind. I won't go into much detail, I just need some general information/resources that I can follow, about these topics:
1. When to use container services like Fargate, ACI, App Service? If the project isn't big enough, is it worth to migrate from more traditional approach (so VM instances with docker-compose running inside)?
2. Managed DBs - I totally get their advantages and I'm a huge fan. But they are expensive. How many instances should be deployed? Let's assume that I have 5 independent projects and each project has dev/staging/prod environments. Should I have 15 DB servers (instances) running? Or can I perhaps run one DB instance and serve dev/staging environments from there and keep prod instances seperate? Important: I mean database server instances, not databases.
I've been trying to find some info online but most docs don't go into that much detail. Could you give me some more insight on how to run this type of infra? Mind you, the projects are not big, the databases are 1-2 GB in size (dev/staging DBs much less than that). What approach would you choose and why?
https://redd.it/m3lotp
@r_devops
reddit
Some general questions about DBs and cloud
I'm looking for some insights into cloud management with DevOps culture in mind. I won't go into much detail, I just need some general...
Where do you go for networking (the people kind)?
I tried to google it but "devops networking" returns results about networking between servers >_<
https://redd.it/m4b3bd
@r_devops
I tried to google it but "devops networking" returns results about networking between servers >_<
https://redd.it/m4b3bd
@r_devops
reddit
Where do you go for networking (the people kind)?
I tried to google it but "devops networking" returns results about networking between servers >_<
MySQL 5.6 -> postgres 13 ?
Do you guys know of any open source tools for replicating GCP MySQL to GCP Postgres.
I have a live MySQL db and I want to make a Postgres read replica
https://redd.it/m4dxcr
@r_devops
Do you guys know of any open source tools for replicating GCP MySQL to GCP Postgres.
I have a live MySQL db and I want to make a Postgres read replica
https://redd.it/m4dxcr
@r_devops
reddit
MySQL 5.6 -> postgres 13 ?
Do you guys know of any open source tools for replicating GCP MySQL to GCP Postgres. I have a live MySQL db and I want to make a Postgres read...
seeking app: wiki/Note-taking, cross-platform, code-friendly
What does everyone else use as a cross-platform, preferably cloud-stored, code-block friendly note-taking app?
I have been on MS OneNote (web edition) because it's free and does all the above except for code-block handling. I might just be accustomed to tools that see markdown-isms and implements them.
I don't want to run a wiki but the content I'm putting into this are very much like wiki content.
So yea, what's everyone else using for keeping their notes and knowledge in a portable place?
https://redd.it/m480lm
@r_devops
What does everyone else use as a cross-platform, preferably cloud-stored, code-block friendly note-taking app?
I have been on MS OneNote (web edition) because it's free and does all the above except for code-block handling. I might just be accustomed to tools that see markdown-isms and implements them.
I don't want to run a wiki but the content I'm putting into this are very much like wiki content.
So yea, what's everyone else using for keeping their notes and knowledge in a portable place?
https://redd.it/m480lm
@r_devops
reddit
seeking app: wiki/Note-taking, cross-platform, code-friendly
What does everyone else use as a cross-platform, preferably cloud-stored, code-block friendly note-taking app? I have been on MS OneNote (web...
New job - confusion!
Hi
Bit of background. I am from a traditional network engineering background and recently started a role at a large company as a 'Devnetops' engineer. The role is primarily cloud vpn, expressroute/direct connects and load balancer deployments to allow clients to access services. In all honesty I don't see much Devops going on apart from a few scripts to speed up deployment of said resources, however I would like understand where I would be best place focusing my efforts to improve things or if it's even possible in .
The big problem I see currently is that most teams are silod (one team works with deploying cloud environment (network/security and servers), one is responsible for the applications the customers consume and we do the 'frontend' connectivity. How everything is done by the other teams I have no idea yet. My main focus is on what we can do in our team. A couple of the guys have a bunch of powershell scripts that are maintained in git that are used to deploy/modify the resources we are responsible for. These are great but there is some vague talk about moving to terraform as this would allow us to work across multiple cloud providers. The other talk is around using Jenkins pipelines.
The confusion I have is whether or not this approach is ideal or should even be pursued based on the nature of the tasks we carryout in our silod nature. (We have 100s of clients - do we just maintain vpn/lb IaC for these whilst every thing else is missing? Is it worth the effort of maintaining IaC for these particular things that might change regularly?). To me it almost makes sense to just expand upon the scripting and maybe have a web form that is used to execute tasks to deploy or modify. I guess I'm new in the role so maybe I am missing a bunch of context and things behind the scenes, but this is my initial thoughts.
As anyone any experience in a similar role that could maybe share some thoughts? As mentioned, this is all new to me, but I am very keen to take a learning path that will be beneficial to our operations and team and don't want to go down an avenue that will be wasted in my current role.
https://redd.it/m438gm
@r_devops
Hi
Bit of background. I am from a traditional network engineering background and recently started a role at a large company as a 'Devnetops' engineer. The role is primarily cloud vpn, expressroute/direct connects and load balancer deployments to allow clients to access services. In all honesty I don't see much Devops going on apart from a few scripts to speed up deployment of said resources, however I would like understand where I would be best place focusing my efforts to improve things or if it's even possible in .
The big problem I see currently is that most teams are silod (one team works with deploying cloud environment (network/security and servers), one is responsible for the applications the customers consume and we do the 'frontend' connectivity. How everything is done by the other teams I have no idea yet. My main focus is on what we can do in our team. A couple of the guys have a bunch of powershell scripts that are maintained in git that are used to deploy/modify the resources we are responsible for. These are great but there is some vague talk about moving to terraform as this would allow us to work across multiple cloud providers. The other talk is around using Jenkins pipelines.
The confusion I have is whether or not this approach is ideal or should even be pursued based on the nature of the tasks we carryout in our silod nature. (We have 100s of clients - do we just maintain vpn/lb IaC for these whilst every thing else is missing? Is it worth the effort of maintaining IaC for these particular things that might change regularly?). To me it almost makes sense to just expand upon the scripting and maybe have a web form that is used to execute tasks to deploy or modify. I guess I'm new in the role so maybe I am missing a bunch of context and things behind the scenes, but this is my initial thoughts.
As anyone any experience in a similar role that could maybe share some thoughts? As mentioned, this is all new to me, but I am very keen to take a learning path that will be beneficial to our operations and team and don't want to go down an avenue that will be wasted in my current role.
https://redd.it/m438gm
@r_devops
reddit
New job - confusion!
Hi Bit of background. I am from a traditional network engineering background and recently started a role at a large company as a 'Devnetops'...
Any good ERD (entity relationship diagram) tool suggestions? Ie. Schemaspy?
Our team used Schemaspy spy years before but want to integrate something on our new system. Wanted to see if there are any new tools on the market worth considering. For context we want to visualize the connections in our DB schema.
Google search returned a smattering but nothing seemed to stand out.
https://redd.it/m42art
@r_devops
Our team used Schemaspy spy years before but want to integrate something on our new system. Wanted to see if there are any new tools on the market worth considering. For context we want to visualize the connections in our DB schema.
Google search returned a smattering but nothing seemed to stand out.
https://redd.it/m42art
@r_devops
reddit
Any good ERD (entity relationship diagram) tool suggestions? Ie....
Our team used Schemaspy spy years before but want to integrate something on our new system. Wanted to see if there are any new tools on the market...
Github action failing
I'm trying to implement a pipeline for an app of mine but one command keeps failing when I run it in the pipeline.
https://github.com/tonsV2/urbantz/runs/2102059359?checksuitefocus=true
When I run the helmfile command locally it exits with 0. In the pipeline it actually manage to deploy the chart but still returns 1.
Any clue about what I'm doing wrong?
https://redd.it/m44ww9
@r_devops
I'm trying to implement a pipeline for an app of mine but one command keeps failing when I run it in the pipeline.
https://github.com/tonsV2/urbantz/runs/2102059359?checksuitefocus=true
When I run the helmfile command locally it exits with 0. In the pipeline it actually manage to deploy the chart but still returns 1.
Any clue about what I'm doing wrong?
https://redd.it/m44ww9
@r_devops
GitHub
GitHub is where people build software. More than 56 million people use GitHub to discover, fork, and contribute to over 100 million projects.