moving into leadership to start a new devops team from scratch - seeking advice
copy/paste from this thread: https://old.reddit.com/r/ITCareerQuestions/comments/g9s5ku/im_being_offered_a_position_for_a_title_that/
i'm currently a devops engineer, in discussions with another company to help start a brand new department and lead the "devops transformation" charge. it would be part engineering, part mentoring, part hiring and staffing a team...hence the question about moving into management, i'd be over these new people that i'd help hire.
i've been a team lead before, but never a manager. i've helped start new teams, but never as a leader, always as a peer advocate and consultant.
they're talking like this would be the equivalent to a director level position, reporting to a VP. i've never been in a leadership position, this would be a move to start a new team from scratch, so it's all foreign territory to me.
i'm asking for help on how to figure out what a salary for a position like this would be and how to research my market rate so that i'm asking for a realistic number, or able to evaluate their offer. is there a general step & column of what a salary increase should be going from a staff employee to a leadership position?
https://redd.it/g9tit8
@r_devops
copy/paste from this thread: https://old.reddit.com/r/ITCareerQuestions/comments/g9s5ku/im_being_offered_a_position_for_a_title_that/
i'm currently a devops engineer, in discussions with another company to help start a brand new department and lead the "devops transformation" charge. it would be part engineering, part mentoring, part hiring and staffing a team...hence the question about moving into management, i'd be over these new people that i'd help hire.
i've been a team lead before, but never a manager. i've helped start new teams, but never as a leader, always as a peer advocate and consultant.
they're talking like this would be the equivalent to a director level position, reporting to a VP. i've never been in a leadership position, this would be a move to start a new team from scratch, so it's all foreign territory to me.
i'm asking for help on how to figure out what a salary for a position like this would be and how to research my market rate so that i'm asking for a realistic number, or able to evaluate their offer. is there a general step & column of what a salary increase should be going from a staff employee to a leadership position?
https://redd.it/g9tit8
@r_devops
reddit
i'm being offered a position for a title that doesn't have much...
i'm currently a devops engineer, in discussions with another company to help start a brand new department and lead the "devops transformation"...
Anyone here work for Oracle?
Just got approached by a internal employee for a devops position. I work for one of their competitors and my company would definitely sue. Is oracle good to work for?
https://redd.it/g9tdax
@r_devops
Just got approached by a internal employee for a devops position. I work for one of their competitors and my company would definitely sue. Is oracle good to work for?
https://redd.it/g9tdax
@r_devops
reddit
Anyone here work for Oracle?
Just got approached by a internal employee for a devops position. I work for one of their competitors and my company would definitely sue. Is...
How do you deal with an automated job that modify a git repo?
How do you deal with automatic merging and potential conflicts?
Tips?
https://redd.it/g9szoz
@r_devops
How do you deal with automatic merging and potential conflicts?
Tips?
https://redd.it/g9szoz
@r_devops
reddit
How do you deal with an automated job that modify a git repo?
How do you deal with automatic merging and potential conflicts? Tips?
Django HelloWorld Changes not showing up.
I created a HelloWorld starter app.
I pulled the code into my machine and started making changes, I can see the changes locally but not one AWS.
I can see my changes in CodeCommit's master branch. Project is builidng successfully.
What should I try?
​
Thank you.
https://redd.it/g9g0y0
@r_devops
I created a HelloWorld starter app.
I pulled the code into my machine and started making changes, I can see the changes locally but not one AWS.
I can see my changes in CodeCommit's master branch. Project is builidng successfully.
What should I try?
​
Thank you.
https://redd.it/g9g0y0
@r_devops
reddit
Django HelloWorld Changes not showing up.
I created a HelloWorld starter app. I pulled the code into my machine and started making changes, I can see the changes locally but not one...
Building docker image in gitlab public
Is it possible these days to build and push docker images from public gitlab runners? I know you normally need a privileged / own runner for that, but maybe there are workarounds?
https://redd.it/g8zmoa
@r_devops
Is it possible these days to build and push docker images from public gitlab runners? I know you normally need a privileged / own runner for that, but maybe there are workarounds?
https://redd.it/g8zmoa
@r_devops
reddit
Building docker image in gitlab public
Is it possible these days to build and push docker images from public gitlab runners? I know you normally need a privileged / own runner for that,...
devops' iteration is wearing me out
I'm coming from a developer background where you save your program and in a matter of seconds (usually less) you get feedback on whether what you did was right or wrong.
Now I've taken a devops role and I find it **5x harder to concentrate**. I've been building a big pipeline and I'm trying to test it. Each iteration circle takes so much time though:
1. Fix/Build the pipeline
2. Trigger the pipeline to run and wait for it to run, as a test.
3. Something does break, cool; time to fix it.
4. Back to step (1)
The issue is, step (2) takes minutes to run! Because you need to install dependencies, build docker images, possibly build infrastructure (clusters) through terraform and all that fuss! I reddit / check slack / day dream while waiting for something to break... but of course this makes me lose focus too much!
I've resorted to build the pipeline image myself and try to walk through it command-by-command by hand to see if something fails to fix it and then just rebuild the image myself, saving the constant git commit/push cycle and having better control of what I want to run and what is irrelevant, but it requires a lot of manual control and still a lot of repetitiveness, not to mention that you aren't reproducing the pipeline as accurately as possible at all times.
Seriously, it's tiring as hell, I've never felt before like that and I've been developing for a lot of years.
How do you solve this? Any devs-to-devops here to chime in or any tips in general? It's driving me crazy!
https://redd.it/g8z11r
@r_devops
I'm coming from a developer background where you save your program and in a matter of seconds (usually less) you get feedback on whether what you did was right or wrong.
Now I've taken a devops role and I find it **5x harder to concentrate**. I've been building a big pipeline and I'm trying to test it. Each iteration circle takes so much time though:
1. Fix/Build the pipeline
2. Trigger the pipeline to run and wait for it to run, as a test.
3. Something does break, cool; time to fix it.
4. Back to step (1)
The issue is, step (2) takes minutes to run! Because you need to install dependencies, build docker images, possibly build infrastructure (clusters) through terraform and all that fuss! I reddit / check slack / day dream while waiting for something to break... but of course this makes me lose focus too much!
I've resorted to build the pipeline image myself and try to walk through it command-by-command by hand to see if something fails to fix it and then just rebuild the image myself, saving the constant git commit/push cycle and having better control of what I want to run and what is irrelevant, but it requires a lot of manual control and still a lot of repetitiveness, not to mention that you aren't reproducing the pipeline as accurately as possible at all times.
Seriously, it's tiring as hell, I've never felt before like that and I've been developing for a lot of years.
How do you solve this? Any devs-to-devops here to chime in or any tips in general? It's driving me crazy!
https://redd.it/g8z11r
@r_devops
reddit
devops' iteration is wearing me out
I'm coming from a developer background where you save your program and in a matter of seconds (usually less) you get feedback on whether what you...
Cloud in Turkey
Hi ya,
My company is expanding and we need to get our apps running in Turkey (this is a must-have). None of the big cloud providers have their data centers there.
A perfect solution would allow me to dynamically add resources like machines/hdd/ram and so on. Managed Kubernetes would also be much appreciated. English speaking support is also a must (no one in the company speaks Turkish).
Google does not show many options. I'm looking for a good, reliable provider. Do you guys have any recommendations?
Cheers
https://redd.it/g8yacy
@r_devops
Hi ya,
My company is expanding and we need to get our apps running in Turkey (this is a must-have). None of the big cloud providers have their data centers there.
A perfect solution would allow me to dynamically add resources like machines/hdd/ram and so on. Managed Kubernetes would also be much appreciated. English speaking support is also a must (no one in the company speaks Turkish).
Google does not show many options. I'm looking for a good, reliable provider. Do you guys have any recommendations?
Cheers
https://redd.it/g8yacy
@r_devops
reddit
Cloud in Turkey
Hi ya, My company is expanding and we need to get our apps running in Turkey (this is a must-have). None of the big cloud providers have their...
Monitoring celery cluster
We have a celery cluster, using rabbitmq as a broker, that is running asynchronous tasks, some takes a long time (4h +) and some are running periodically. However the flower monitoring provided is not ideal as sometimes we are losing references of tasks, as if the tasks process continues to run on its own, whereas his supposed associated task is either unknown or in succeeded/failed state.
What alternative to flower can be used to monitor a celery cluster ? I'm thinking of monitoring rabbitmq queues + processes using datadog, but then if I want to kill a particular task, without going to server, is there a celery api ? If flower can do it remotely, I suppose it's doable.
https://redd.it/g8xlya
@r_devops
We have a celery cluster, using rabbitmq as a broker, that is running asynchronous tasks, some takes a long time (4h +) and some are running periodically. However the flower monitoring provided is not ideal as sometimes we are losing references of tasks, as if the tasks process continues to run on its own, whereas his supposed associated task is either unknown or in succeeded/failed state.
What alternative to flower can be used to monitor a celery cluster ? I'm thinking of monitoring rabbitmq queues + processes using datadog, but then if I want to kill a particular task, without going to server, is there a celery api ? If flower can do it remotely, I suppose it's doable.
https://redd.it/g8xlya
@r_devops
reddit
Monitoring celery cluster
We have a celery cluster, using rabbitmq as a broker, that is running asynchronous tasks, some takes a long time (4h +) and some are running...
Advice regarding job orchestrator (HPC)
We are currently in the process of putting together a HPC cluster (up to 10 machines).
For the time being every customer do get a local account so they can launch their jobs.
Obviously, this has a number of drawbacks:
* quite often, customers forget to use tmux / screen, therefore, their job get killed once they disconnect
* all accounts should be provisioned on each machine
* resources are not used optimally
* ...
In order to get a *better* management of the infrastructure, we are looking for an orchestration solution.
Other departments are using SLURM but we find the administration quite *painful*.
I came across Nomad which promises to be lighter and easier.
Can anyone share their experience with Nomad or that type of tool?
https://redd.it/g8wh9j
@r_devops
We are currently in the process of putting together a HPC cluster (up to 10 machines).
For the time being every customer do get a local account so they can launch their jobs.
Obviously, this has a number of drawbacks:
* quite often, customers forget to use tmux / screen, therefore, their job get killed once they disconnect
* all accounts should be provisioned on each machine
* resources are not used optimally
* ...
In order to get a *better* management of the infrastructure, we are looking for an orchestration solution.
Other departments are using SLURM but we find the administration quite *painful*.
I came across Nomad which promises to be lighter and easier.
Can anyone share their experience with Nomad or that type of tool?
https://redd.it/g8wh9j
@r_devops
reddit
Advice regarding job orchestrator (HPC)
We are currently in the process of putting together a HPC cluster (up to 10 machines). For the time being every customer do get a local account so...
UI to run Ansible playbook
I am using AWX now and it has a lot of bugs. Semaphore looks good but it looks like there are no releases from the past two years. Please suggest if any other good alternatives?
https://redd.it/g8t4wl
@r_devops
I am using AWX now and it has a lot of bugs. Semaphore looks good but it looks like there are no releases from the past two years. Please suggest if any other good alternatives?
https://redd.it/g8t4wl
@r_devops
reddit
UI to run Ansible playbook
I am using AWX now and it has a lot of bugs. Semaphore looks good but it looks like there are no releases from the past two years. Please suggest...
MacOS Catalina apps
Hi there! For those using Macbooks, im curious if you’re using zsh or bash, what terminal, IDE, text editor, and other apps you use.
Please let me know so I could take a look. Thanks!!
https://redd.it/g8srpy
@r_devops
Hi there! For those using Macbooks, im curious if you’re using zsh or bash, what terminal, IDE, text editor, and other apps you use.
Please let me know so I could take a look. Thanks!!
https://redd.it/g8srpy
@r_devops
reddit
MacOS Catalina apps
Hi there! For those using Macbooks, im curious if you’re using zsh or bash, what terminal, IDE, text editor, and other apps you use. Please let...
Monitoring & logging - how to navigate current situation with 143 different tools?
I may sound like an old grouch but coming back after couple of years of not being in devops/sysadmin landscape and researching monitoring solution gave me a headache :) Back in the days there was just a 1-2 solutions (none of them as advanced as current of course) which was easy to navigate.
---
Is there any simple rundown of what tools? From Googling around my mind wrapped itself around. I will like to develop some easy wiki entry but I'm lost myself :)
## All-in-one
- `nagios`: still in business and it's still pretty much a simple offline/online alerting & monitoring
- `observium`: a one-stop solution for smaller installations and little customization
- `Cacti`: an old friend with mostly SNMP-centered support
- `Zabbix`: all-in-one solution for monitoring & graphing, uses push model
- `GrayLog`: complete solution for log collection & analysis, uses `ElasticSearch` as a data store (+`MongoDB` for app config). Can collect text & structured app data.
- `DataDog`: cloud-based closed source solution for complete monitoring and no 2FA authentication (?!) and crazy slow UI. It's based on push model and agents.
---
## Data Visualization
- `Grafana`: swiff-army knife for visualization of any data; contains a permanent data store for aggregated data in any popular RDBMS
- `Kibana`: same as `Grafana` but from `ElasticSearch` authors
---
## Data Storage/Collection
### Metrics
- `InfluxDB`: (just?) a database for storing time series data implementing a push model, usually used with `Grafana`. Doesn't persist data.
- `Prometheus`: like `InfluxDB`, but uses pull model (and push model with an additional addon). Includes alerting too. Usually used with `Grafana`; replaces `InfluxDB` + `Telegraf` + `Kapacitor`. Offers data persistence.
- `Graphite`: some metrics aggregation tool which describes itself as "Kick ass. Chew bubblegum." (ooh... ok.).
- `Telegraf`: an agent which is able to pull information from a local system and push them to almost any database (and since it's from `InfluxDB` authors presumably `InfluxDB` is recommended)
- `Kapacitor`: alerting for environments without `Prometheus` but with `InfluxDB`
### Logs
- `Loki`: same as `Prometheus` but deals with logs. Usually used with `Grafana`
- `Logstash`: same as `Loki` but geared towards `Kibana`
### All-in-one
- `ElasticSearch`: a tool I know from the dev side of things; a datastore centered around searching. For some reason it can be plugged to `Grafana` as a data source
- `OpenTSDB`: like `InfluxDB` but for really, really, REALLY large data sets. Can be plugged to `Grafana` as a data source
Ok.... I'm officially lost. I probably missed some crucial tools here. So far however, I see that essentially there are two major players in visualization and a ton of tools to send them data and any tool you choose you will be happy.
https://redd.it/g8qnhh
@r_devops
I may sound like an old grouch but coming back after couple of years of not being in devops/sysadmin landscape and researching monitoring solution gave me a headache :) Back in the days there was just a 1-2 solutions (none of them as advanced as current of course) which was easy to navigate.
---
Is there any simple rundown of what tools? From Googling around my mind wrapped itself around. I will like to develop some easy wiki entry but I'm lost myself :)
## All-in-one
- `nagios`: still in business and it's still pretty much a simple offline/online alerting & monitoring
- `observium`: a one-stop solution for smaller installations and little customization
- `Cacti`: an old friend with mostly SNMP-centered support
- `Zabbix`: all-in-one solution for monitoring & graphing, uses push model
- `GrayLog`: complete solution for log collection & analysis, uses `ElasticSearch` as a data store (+`MongoDB` for app config). Can collect text & structured app data.
- `DataDog`: cloud-based closed source solution for complete monitoring and no 2FA authentication (?!) and crazy slow UI. It's based on push model and agents.
---
## Data Visualization
- `Grafana`: swiff-army knife for visualization of any data; contains a permanent data store for aggregated data in any popular RDBMS
- `Kibana`: same as `Grafana` but from `ElasticSearch` authors
---
## Data Storage/Collection
### Metrics
- `InfluxDB`: (just?) a database for storing time series data implementing a push model, usually used with `Grafana`. Doesn't persist data.
- `Prometheus`: like `InfluxDB`, but uses pull model (and push model with an additional addon). Includes alerting too. Usually used with `Grafana`; replaces `InfluxDB` + `Telegraf` + `Kapacitor`. Offers data persistence.
- `Graphite`: some metrics aggregation tool which describes itself as "Kick ass. Chew bubblegum." (ooh... ok.).
- `Telegraf`: an agent which is able to pull information from a local system and push them to almost any database (and since it's from `InfluxDB` authors presumably `InfluxDB` is recommended)
- `Kapacitor`: alerting for environments without `Prometheus` but with `InfluxDB`
### Logs
- `Loki`: same as `Prometheus` but deals with logs. Usually used with `Grafana`
- `Logstash`: same as `Loki` but geared towards `Kibana`
### All-in-one
- `ElasticSearch`: a tool I know from the dev side of things; a datastore centered around searching. For some reason it can be plugged to `Grafana` as a data source
- `OpenTSDB`: like `InfluxDB` but for really, really, REALLY large data sets. Can be plugged to `Grafana` as a data source
Ok.... I'm officially lost. I probably missed some crucial tools here. So far however, I see that essentially there are two major players in visualization and a ton of tools to send them data and any tool you choose you will be happy.
https://redd.it/g8qnhh
@r_devops
reddit
Monitoring & logging - how to navigate current situation with 143...
I may sound like an old grouch but coming back after couple of years of not being in devops/sysadmin landscape and researching monitoring solution...
AWS First Timer: Any suggestions on how to get AWS certifications?
I am a first timer with zero knowledge or experience with AWS. There's are a ton of online resources but I am not sure which one would be the right one to help me prepare for the AWS certification exams. I heard the courses on official AWS training websites are not that great, however, I found the AWS educate website got solid material but not sure if it is relevant to AWS certifications. It would be great if any of you experienced folks out there to share their success stories.
https://redd.it/g8baad
@r_devops
I am a first timer with zero knowledge or experience with AWS. There's are a ton of online resources but I am not sure which one would be the right one to help me prepare for the AWS certification exams. I heard the courses on official AWS training websites are not that great, however, I found the AWS educate website got solid material but not sure if it is relevant to AWS certifications. It would be great if any of you experienced folks out there to share their success stories.
https://redd.it/g8baad
@r_devops
reddit
AWS First Timer: Any suggestions on how to get AWS certifications?
I am a first timer with zero knowledge or experience with AWS. There's are a ton of online resources but I am not sure which one would be the...
7 DevOps Books
I put together those 7 DevOps Books that I read recently and I highly recommend them for anyone that is into DevOps transformation.
Some of them, like The Goal and Toyota Kata, are not even about technology, but process-oriented and focused on continuous improvement.
Of course on this list has the classics from Gene Kim, the DevOps Handbook, Phoenix and Unicorn Project.
Now I would like to hear your opinion on those books and what real outcomes you've taken from them.
And as important as that, what recommendation you have that could be part of this list?
[https://medium.com/devops-cloud-it-career/7-must-read-devops-books-f7b6e9f30f6e](https://medium.com/devops-cloud-it-career/7-must-read-devops-books-f7b6e9f30f6e)
https://redd.it/gallif
@r_devops
I put together those 7 DevOps Books that I read recently and I highly recommend them for anyone that is into DevOps transformation.
Some of them, like The Goal and Toyota Kata, are not even about technology, but process-oriented and focused on continuous improvement.
Of course on this list has the classics from Gene Kim, the DevOps Handbook, Phoenix and Unicorn Project.
Now I would like to hear your opinion on those books and what real outcomes you've taken from them.
And as important as that, what recommendation you have that could be part of this list?
[https://medium.com/devops-cloud-it-career/7-must-read-devops-books-f7b6e9f30f6e](https://medium.com/devops-cloud-it-career/7-must-read-devops-books-f7b6e9f30f6e)
https://redd.it/gallif
@r_devops
Medium
7 Must-Read DevOps Books
Seven must read DevOps books. Learn lessons from Phoenix and Unicorn Project, improve with Toyota Kata, and hunt constraints with The Goal.
Debugging builds on a remote server
Currently my workflow is to hit build in visual studio, copy the files to the server via win scp, and then run them through mono (NET framework app) on the remote server (I can't run the app locally). This makes debugging a pain. Is there some way I can hit run and step through the code as it runs on the server? Or should I just create a replica of the infrastructure using local VMs
https://redd.it/gam6d1
@r_devops
Currently my workflow is to hit build in visual studio, copy the files to the server via win scp, and then run them through mono (NET framework app) on the remote server (I can't run the app locally). This makes debugging a pain. Is there some way I can hit run and step through the code as it runs on the server? Or should I just create a replica of the infrastructure using local VMs
https://redd.it/gam6d1
@r_devops
reddit
Debugging builds on a remote server
Currently my workflow is to hit build in visual studio, copy the files to the server via win scp, and then run them through mono (NET framework...
Which cloud provider do you choose and why?
Is there any way to say this is the best cloud provider or it depends on the company vision and other factors?
How do you usually consider cloud providers?
https://redd.it/gacm66
@r_devops
Is there any way to say this is the best cloud provider or it depends on the company vision and other factors?
How do you usually consider cloud providers?
https://redd.it/gacm66
@r_devops
reddit
Which cloud provider do you choose and why?
Is there any way to say this is the best cloud provider or it depends on the company vision and other factors? How do you usually consider cloud...
Database for large amount of data without retention
Hello,
I have an app which I would like to monitor (usage statistics mostly). We are talking about roughly 100 metrics per 30/60 seconds from about 100 servers. The number of servers will grow more in the future, although not at a high rate. The number of metrics, I don't think so.
Right now we are using Cacti (rrd files...) but it has become a PITA to maintain, so I'm thinking to move this to a more modern approach that supports Grafana. I am considering Prometheus or InfluxDB/Telegraf for this. The thing is that we must keep all the data at all times (no retention at all) since they are vital to the way our company operates.
Any opinions on this? Was anyone ever tasked with something like this?
Thanks in advance
https://redd.it/gagl5p
@r_devops
Hello,
I have an app which I would like to monitor (usage statistics mostly). We are talking about roughly 100 metrics per 30/60 seconds from about 100 servers. The number of servers will grow more in the future, although not at a high rate. The number of metrics, I don't think so.
Right now we are using Cacti (rrd files...) but it has become a PITA to maintain, so I'm thinking to move this to a more modern approach that supports Grafana. I am considering Prometheus or InfluxDB/Telegraf for this. The thing is that we must keep all the data at all times (no retention at all) since they are vital to the way our company operates.
Any opinions on this? Was anyone ever tasked with something like this?
Thanks in advance
https://redd.it/gagl5p
@r_devops
reddit
Database for large amount of data without retention
Hello, I have an app which I would like to monitor (usage statistics mostly). We are talking about roughly 100 metrics per 30/60 seconds from...
What is the best practice to organize kubernetes tools (ELK, zipkin,..) by namespaces?
I have some tools running in my kubernetes cluster (ELK, zipkin,..) and i want to know in which namespace to place them, for example i have fluentd which is a daemonset running in kube-system namespace so should i place elasticsearch in the same namespace or put them together in a custom namespace so they can reach each other, i just want to know what is the best practice to do it
https://redd.it/gaea16
@r_devops
I have some tools running in my kubernetes cluster (ELK, zipkin,..) and i want to know in which namespace to place them, for example i have fluentd which is a daemonset running in kube-system namespace so should i place elasticsearch in the same namespace or put them together in a custom namespace so they can reach each other, i just want to know what is the best practice to do it
https://redd.it/gaea16
@r_devops
reddit
What is the best practice to organize kubernetes tools (ELK,...
I have some tools running in my kubernetes cluster (ELK, zipkin,..) and i want to know in which namespace to place them, for example i have...
Getting '502' Errors on creating a simple load balancer through NGINX
Im creating a simple LB using two Azure VMs using Nginx and getting '502 bad gateway errors'. Im probably doing a simple mistake but cant figure it out, my firewall through Azure allows TCP connections through 80, and also remove the symbolic link. My nginx.conf file is as follows:
​
`http {`
​
`upstream backend {`
`server` [`13.x`](https://13.82.231.115)`xx.xxx.xxx;`
`server` [`52.x`](https://52.149.201.19)`xx.xxx.xxx;`
`}`
​
`# This server accepts all traffic to port 80 and passes it to the upstream.`
​
`server {`
`listen 80;`
​
`location / {`
`proxy_pass` [`https://backend`](https://backend)`;`
`}`
​
`access_log /var/log/nginx/access.log;`
`error_log /var/log/nginx/error.log;`
`}`
`}`
​
I can run a simple web page and access it and it gives the default NGINX splash screen, but the LB thing doesnt work, my error.log shows these messages
"2020/04/29 21:33:44 \[alert\] 20746#20746: \*1 open socket #3 left in connection 2
2020/04/29 21:33:44 \[alert\] 20746#20746: \*2 open socket #10 left in connection 3
2020/04/29 21:33:44 \[alert\] 20746#20746: aborting"
https://redd.it/gaial1
@r_devops
Im creating a simple LB using two Azure VMs using Nginx and getting '502 bad gateway errors'. Im probably doing a simple mistake but cant figure it out, my firewall through Azure allows TCP connections through 80, and also remove the symbolic link. My nginx.conf file is as follows:
​
`http {`
​
`upstream backend {`
`server` [`13.x`](https://13.82.231.115)`xx.xxx.xxx;`
`server` [`52.x`](https://52.149.201.19)`xx.xxx.xxx;`
`}`
​
`# This server accepts all traffic to port 80 and passes it to the upstream.`
​
`server {`
`listen 80;`
​
`location / {`
`proxy_pass` [`https://backend`](https://backend)`;`
`}`
​
`access_log /var/log/nginx/access.log;`
`error_log /var/log/nginx/error.log;`
`}`
`}`
​
I can run a simple web page and access it and it gives the default NGINX splash screen, but the LB thing doesnt work, my error.log shows these messages
"2020/04/29 21:33:44 \[alert\] 20746#20746: \*1 open socket #3 left in connection 2
2020/04/29 21:33:44 \[alert\] 20746#20746: \*2 open socket #10 left in connection 3
2020/04/29 21:33:44 \[alert\] 20746#20746: aborting"
https://redd.it/gaial1
@r_devops
reddit
Getting '502' Errors on creating a simple load balancer through NGINX
Im creating a simple LB using two Azure VMs using Nginx and getting '502 bad gateway errors'. Im probably doing a simple mistake but cant figure...
Low ESX to VM density
I encountered this statement recently.
What does this mean?
> low ESX to VM density (1:9)
ESX is a hypervisor. VM is the virtual machine. Is this saying that the number of hyper visors should be higher relative to the number of VMs? Is the suggestion that there should be more hypervisors? More hypervisors -- I'm assuming -- gives more granular control over each individual VM?
https://redd.it/gagpma
@r_devops
I encountered this statement recently.
What does this mean?
> low ESX to VM density (1:9)
ESX is a hypervisor. VM is the virtual machine. Is this saying that the number of hyper visors should be higher relative to the number of VMs? Is the suggestion that there should be more hypervisors? More hypervisors -- I'm assuming -- gives more granular control over each individual VM?
https://redd.it/gagpma
@r_devops
reddit
Low ESX to VM density
I encountered this statement recently. What does this mean? > low ESX to VM density (1:9) ESX is a hypervisor. VM is the virtual machine. Is...
Sidecar container pattern is the best we can do?
Am I the only one that thinks sidecar container patterns bring the worst of system administration into the containerized world? e.g (IPC) communicating between processes using the file system. or [https://www.reddit.com/r/kubernetes/comments/g7sw1o/running\_crontabs\_in\_pods\_as\_sidecars/](https://www.reddit.com/r/kubernetes/comments/g7sw1o/running_crontabs_in_pods_as_sidecars/)
https://redd.it/gatpkg
@r_devops
Am I the only one that thinks sidecar container patterns bring the worst of system administration into the containerized world? e.g (IPC) communicating between processes using the file system. or [https://www.reddit.com/r/kubernetes/comments/g7sw1o/running\_crontabs\_in\_pods\_as\_sidecars/](https://www.reddit.com/r/kubernetes/comments/g7sw1o/running_crontabs_in_pods_as_sidecars/)
https://redd.it/gatpkg
@r_devops
reddit
Running crontabs in pods as sidecars
I need to perform scheduled activities inside a pod, typically backup data resident in persistent volumes (ReadWriteOnce) mounted by a pod and...