Azure Devops pipeline - queue jobs?
Hi,
I have some pipelines as code in Azure Devops - how do I allow an invocation of the pipeline per commit to a branch, but to queue that invocation until a previous run on different branch is finished? `batch : true` seems to only work within a given branch, allowing runs to cancel so the new changes can be used - I need it to queue per branch.
Cheers!
https://redd.it/ebsorv
@r_devops
Hi,
I have some pipelines as code in Azure Devops - how do I allow an invocation of the pipeline per commit to a branch, but to queue that invocation until a previous run on different branch is finished? `batch : true` seems to only work within a given branch, allowing runs to cancel so the new changes can be used - I need it to queue per branch.
Cheers!
https://redd.it/ebsorv
@r_devops
reddit
Azure Devops pipeline - queue jobs?
Hi, I have some pipelines as code in Azure Devops - how do I allow an invocation of the pipeline per commit to a branch, but to queue that...
Feeling mentally drained after work and Lack of motivation to go workout
As Developers sometimes fitness feels not very congruent with our lifestyle, work. I have recently decided to help developers with their fitness and start my consulting company and I'd like to learn more about their problems. One of the issues that people report me again and again is the lack of motivation. They tell me that this is due to being sedentary and working long hours (sometimes coupled with commute.) Looking at the screen for hours definitely effects mental energy and it is often common for me to find myself feeling drained, without energy to workout or to cook healthy etc.
What do you guys think about this issue, are you facing the same challenge when it comes to fitness that is lack of motivation ? Knowing that you should do something about it but lacking motivation. Or do you have some other issues you are dealing with, please go ahead and share, I'd like your feedback.
PS: I said developers because I'm a developer myself and I can relate to them better as I have the same lifestyle but any other profession is welcome to contribute. Thank you for reading/replying!
https://redd.it/ebrpi1
@r_devops
As Developers sometimes fitness feels not very congruent with our lifestyle, work. I have recently decided to help developers with their fitness and start my consulting company and I'd like to learn more about their problems. One of the issues that people report me again and again is the lack of motivation. They tell me that this is due to being sedentary and working long hours (sometimes coupled with commute.) Looking at the screen for hours definitely effects mental energy and it is often common for me to find myself feeling drained, without energy to workout or to cook healthy etc.
What do you guys think about this issue, are you facing the same challenge when it comes to fitness that is lack of motivation ? Knowing that you should do something about it but lacking motivation. Or do you have some other issues you are dealing with, please go ahead and share, I'd like your feedback.
PS: I said developers because I'm a developer myself and I can relate to them better as I have the same lifestyle but any other profession is welcome to contribute. Thank you for reading/replying!
https://redd.it/ebrpi1
@r_devops
reddit
Feeling mentally drained after work and Lack of motivation to go...
As Developers sometimes fitness feels not very congruent with our lifestyle, work. I have recently decided to help developers with their fitness...
A question on the container image lifecycle
I've had this question on my mind for a while. We currently build (and re-build) container images from the same source in each of our different environments. Feature and Dev build all the time when a target branch is updated, Testing gets built when we have a targeted release, then staging gets built when testing passes, then prod gets built when staging passes. Each image is tagged `X.Y-env`
The images from Testing up to Prod are essentially identical since they're built from the same source. I've wondered if this was massively wasteful since we could just push a new tag on the same image/digest as the environments pass.
On the other hand, it's a security concern that passing an image that a tester had their hands on to production effectively elevates that tester's access to production. In our case, we have to be in compliance with several security standards since we have some public sector clients.
What's the "best practice" way to handle images per environment? Is there any way to reconcile this inefficiency with a security-conscience approach?
https://redd.it/ebqu7q
@r_devops
I've had this question on my mind for a while. We currently build (and re-build) container images from the same source in each of our different environments. Feature and Dev build all the time when a target branch is updated, Testing gets built when we have a targeted release, then staging gets built when testing passes, then prod gets built when staging passes. Each image is tagged `X.Y-env`
The images from Testing up to Prod are essentially identical since they're built from the same source. I've wondered if this was massively wasteful since we could just push a new tag on the same image/digest as the environments pass.
On the other hand, it's a security concern that passing an image that a tester had their hands on to production effectively elevates that tester's access to production. In our case, we have to be in compliance with several security standards since we have some public sector clients.
What's the "best practice" way to handle images per environment? Is there any way to reconcile this inefficiency with a security-conscience approach?
https://redd.it/ebqu7q
@r_devops
reddit
A question on the container image lifecycle
I've had this question on my mind for a while. We currently build (and re-build) container images from the same source in each of our different...
Bitbucket --> Jenkins trigger – Infrastructure As Code
IAC – Infrastructure As Code.
I'd like to create Bitbucket hooks to trigger Jenkins jobs. But all the ones I've seen can only be created through the UI.
Does this exist? If not, would anyone be interested in developing such a thing?
https://redd.it/ebno75
@r_devops
IAC – Infrastructure As Code.
I'd like to create Bitbucket hooks to trigger Jenkins jobs. But all the ones I've seen can only be created through the UI.
Does this exist? If not, would anyone be interested in developing such a thing?
https://redd.it/ebno75
@r_devops
reddit
Bitbucket --> Jenkins trigger – Infrastructure As Code
IAC – Infrastructure As Code. I'd like to create Bitbucket hooks to trigger Jenkins jobs. But all the ones I've seen can only be created through...
Stop telling me to log less to Splunk and that Splunk can't scale.
Splunk costs too much. We log 4TB a day we can't scale it. The logs should be better curated, stop logging so much data. We should switch to a cheaper log management system. It's all horseshit. Splunk is amazing, you should log everything. Info level events, metrics, stack traces, E.V.E.R.Y.T.H.I.N.G when you can correlate all of your data points across an organization in one place you have the ultimate tool. How people can't see that boggles my mind.
How to Scale in an Enterprise environment?
1) Get everything into "A" Splunk indexer. Put a Splunk forwarder on it, sylog it and index syslog. Whatever you have to do. There isn't a system data that you can't get into Splunk one way or another.
2) Give different parts of the organization their own Splunk Indexers and Search heads for the applications or infrastructure they maintain. Let them do whatever they want with it. Write tools for them to generate alarms and ticketing from their servers that integrate with your ticketing systems. Rinse, Repeat.
3) Teach developers to write code that takes advantage of KV Pairs in their logging, and encourage them to write MORE logs with timing and metrics tied to events. Encourage everyone to create curated data FROM all the data that is being collected.
4) Forward content that is relevant across orgs to a higher tier of indexers/search heads. This is where the real magic happens.
When a person in application team A can correlate their apps performance with metrics and relevant data from anywhere in their entire stack of dependencies, you win. Granted the people who are capable of doing that are too few and far between but... that is the problem, Not too much data.
https://redd.it/ebqs08
@r_devops
Splunk costs too much. We log 4TB a day we can't scale it. The logs should be better curated, stop logging so much data. We should switch to a cheaper log management system. It's all horseshit. Splunk is amazing, you should log everything. Info level events, metrics, stack traces, E.V.E.R.Y.T.H.I.N.G when you can correlate all of your data points across an organization in one place you have the ultimate tool. How people can't see that boggles my mind.
How to Scale in an Enterprise environment?
1) Get everything into "A" Splunk indexer. Put a Splunk forwarder on it, sylog it and index syslog. Whatever you have to do. There isn't a system data that you can't get into Splunk one way or another.
2) Give different parts of the organization their own Splunk Indexers and Search heads for the applications or infrastructure they maintain. Let them do whatever they want with it. Write tools for them to generate alarms and ticketing from their servers that integrate with your ticketing systems. Rinse, Repeat.
3) Teach developers to write code that takes advantage of KV Pairs in their logging, and encourage them to write MORE logs with timing and metrics tied to events. Encourage everyone to create curated data FROM all the data that is being collected.
4) Forward content that is relevant across orgs to a higher tier of indexers/search heads. This is where the real magic happens.
When a person in application team A can correlate their apps performance with metrics and relevant data from anywhere in their entire stack of dependencies, you win. Granted the people who are capable of doing that are too few and far between but... that is the problem, Not too much data.
https://redd.it/ebqs08
@r_devops
reddit
Stop telling me to log less to Splunk and that Splunk can't scale.
Splunk costs too much. We log 4TB a day we can't scale it. The logs should be better curated, stop logging so much data. We should switch to a...
What do you think is the best automated code review integration for Github and OS projects?
I wanted to seek the communities opinion on what you think is the best automated code review integration in Github. Typically I code in either Python or Node, and have tried SonarQube and LGTM. They both have their pros and cons, but I simply dont like the non reviews for LGTM on pushes. It just feels clunky to me. It is also slow as sin.
I know where are a bunch of other ones out there that I found via [https://github.com/joho/awesome-code-review](https://github.com/joho/awesome-code-review), but wanted to see what others experiences are.
​
Crucible Atlassian's on-premise code review tool.
Gerrit Open source git code review tool originating out of Google.
GitHub Git hosting and pioneer of the "Pull Request".
Gitpod Code review pull requests in a full IDE within your browser.
GitRise Slack Reminders for GitHub pull requests
LGTM Automated Git code review for GitHub and Bitbucket pull requests for finding security vulnerabilities and code quality issues.
Phabricator Open source git/mercurial/svn code review tool originating out of Facebook.
PullRequest Code review as a service for GitHub pull requests.
Pull Reminders Automated Slack reminders and metrics for GitHub pull requests.
Reviewable Code review tool built on top of GitHub pull requests.
Review Board Open source review tool that is SCM/platform neutral.
Rubberduck Browser extension to adds code-aware navigation to GitHub pull requests.
Sider Automated code review service for GitHub.
Softagram Automated code change visualization (and dependency analytics) for pull requests, merge requests (GitLab) and patch sets (Gerrit).
SonarCloud Detect code smells, bugs and vulnerabilities in Azure DevOps, Bitbucket and GitHub repositories.
Upsource JetBrain's on-premise git/mercurial/perforce/svn code review tool.
https://redd.it/ebx9rw
@r_devops
I wanted to seek the communities opinion on what you think is the best automated code review integration in Github. Typically I code in either Python or Node, and have tried SonarQube and LGTM. They both have their pros and cons, but I simply dont like the non reviews for LGTM on pushes. It just feels clunky to me. It is also slow as sin.
I know where are a bunch of other ones out there that I found via [https://github.com/joho/awesome-code-review](https://github.com/joho/awesome-code-review), but wanted to see what others experiences are.
​
Crucible Atlassian's on-premise code review tool.
Gerrit Open source git code review tool originating out of Google.
GitHub Git hosting and pioneer of the "Pull Request".
Gitpod Code review pull requests in a full IDE within your browser.
GitRise Slack Reminders for GitHub pull requests
LGTM Automated Git code review for GitHub and Bitbucket pull requests for finding security vulnerabilities and code quality issues.
Phabricator Open source git/mercurial/svn code review tool originating out of Facebook.
PullRequest Code review as a service for GitHub pull requests.
Pull Reminders Automated Slack reminders and metrics for GitHub pull requests.
Reviewable Code review tool built on top of GitHub pull requests.
Review Board Open source review tool that is SCM/platform neutral.
Rubberduck Browser extension to adds code-aware navigation to GitHub pull requests.
Sider Automated code review service for GitHub.
Softagram Automated code change visualization (and dependency analytics) for pull requests, merge requests (GitLab) and patch sets (Gerrit).
SonarCloud Detect code smells, bugs and vulnerabilities in Azure DevOps, Bitbucket and GitHub repositories.
Upsource JetBrain's on-premise git/mercurial/perforce/svn code review tool.
https://redd.it/ebx9rw
@r_devops
GitHub
GitHub - joho/awesome-code-review: An "Awesome" list of code review resources - articles, papers, tools, etc
An "Awesome" list of code review resources - articles, papers, tools, etc - joho/awesome-code-review
Is Chef.io already outdated?
With cloud providers offering both Serverless functions and Container Orchestration, is there still a need for software like Chef? What am I missing?
https://redd.it/eby66u
@r_devops
With cloud providers offering both Serverless functions and Container Orchestration, is there still a need for software like Chef? What am I missing?
https://redd.it/eby66u
@r_devops
reddit
Is Chef.io already outdated?
With cloud providers offering both Serverless functions and Container Orchestration, is there still a need for software like Chef? What am I missing?
Good summary of the last 15 of cloud computing
[video](https://www.youtube.com/watch?v=1pBuwKwaHp0)
https://redd.it/ec0z7g
@r_devops
[video](https://www.youtube.com/watch?v=1pBuwKwaHp0)
https://redd.it/ec0z7g
@r_devops
YouTube
Cloud Computing in the Year 2020
What is Cloud Computing 🌩️? Get a glimpse of cloud services in 2020 🔮 and learn must-know concepts for software developers. https://fireship.io
#cloud #future
Data Sources:
- Gartner Forecasts https://www.gartner.com/en/newsroom/press-releases/2019-04…
#cloud #future
Data Sources:
- Gartner Forecasts https://www.gartner.com/en/newsroom/press-releases/2019-04…
Linux Foundation Announces a Free Online Course: Introduction to DevOps and SRE
https://www.linuxfoundation.org/press-release/2019/12/linux-foundation-training-announces-a-free-online-course-introduction-to-site-reliability-engineering-and-devops/
https://www.edx.org/course/introduction-to-site-reliability-engineering-and-devops
https://redd.it/ec5xaq
@r_devops
https://www.linuxfoundation.org/press-release/2019/12/linux-foundation-training-announces-a-free-online-course-introduction-to-site-reliability-engineering-and-devops/
https://www.edx.org/course/introduction-to-site-reliability-engineering-and-devops
https://redd.it/ec5xaq
@r_devops
The Linux Foundation
Linux Foundation Training Announces a Free Online Course- Introduction to Site Reliability Engineering and DevOps - The Linux Foundation
The Linux Foundation, today announced enrollment is now open for a new free, course - Introduction to Site Reliability Engineering and DevOps.
The #1 bug predictor is not technical, it's organizational complexity
I thought this one might be of interest here :)
TLDR: When Vista flopped after release, Microsoft Research took a deep-dive the Vista code base and tried to figure out what they could change to avoid flaky releases in the future.
What they found was that purely techical measurements like how complex the code is, the test coverage, how many bugs there were in the bug tracker, the number of dependencies, etc, is important, but the number one measure for predicting bugs according to their study was:
Organizational complexity!
https://augustl.com/blog/2019/best_bug_predictor_is_organizational_complexity/
EDIT: Direct link to the paper that this blog post describes in layperson's terms: https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/tr-2008-11.pdf
https://redd.it/ec9rpj
@r_devops
I thought this one might be of interest here :)
TLDR: When Vista flopped after release, Microsoft Research took a deep-dive the Vista code base and tried to figure out what they could change to avoid flaky releases in the future.
What they found was that purely techical measurements like how complex the code is, the test coverage, how many bugs there were in the bug tracker, the number of dependencies, etc, is important, but the number one measure for predicting bugs according to their study was:
Organizational complexity!
https://augustl.com/blog/2019/best_bug_predictor_is_organizational_complexity/
EDIT: Direct link to the paper that this blog post describes in layperson's terms: https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/tr-2008-11.pdf
https://redd.it/ec9rpj
@r_devops
Augustl
The #1 bug predictor is not technical, it's organizational complexity
The CRUD blog
Best Resources to learn Window server
Hello,
I am about to involve in a deployment project which most components run on Window servers.I am not going to manage window servers after deployment but some knowledge of IIS, configuration, process management and networking are necessary for deployment.I know Linux a bit but no past experience in Window servers.Can you guys please recommend me some resources to learn an overview about Window servers?
https://redd.it/ec9vy4
@r_devops
Hello,
I am about to involve in a deployment project which most components run on Window servers.I am not going to manage window servers after deployment but some knowledge of IIS, configuration, process management and networking are necessary for deployment.I know Linux a bit but no past experience in Window servers.Can you guys please recommend me some resources to learn an overview about Window servers?
https://redd.it/ec9vy4
@r_devops
reddit
Best Resources to learn Window server
Hello, I am about to involve in a deployment project which most components run on Window servers.I am not going to manage window servers after...
Adding a unique GitHub actions build identifier
[https://medium.com/attest-engineering/adding-a-unique-github-build-identifier-7aa2e83cadca](https://medium.com/attest-engineering/adding-a-unique-github-build-identifier-7aa2e83cadca)
https://redd.it/ecetr4
@r_devops
[https://medium.com/attest-engineering/adding-a-unique-github-build-identifier-7aa2e83cadca](https://medium.com/attest-engineering/adding-a-unique-github-build-identifier-7aa2e83cadca)
https://redd.it/ecetr4
@r_devops
Medium
Adding a unique build number to GitHub Actions
Github Actions is missing a critical feature; the possibility to reference a unique ID between multiple jobs. Let’s create a solution
What do you look for in a CI/CD tool?
I'm trying to figure out what I should be looking for in a CI/CD tool. There's a bunch of companies that have too many different features and whistles. What am I missing that I need in my life? Not interested in Jenkins - plugins and pipeline maintenance are annoying.
https://redd.it/ecewjm
@r_devops
I'm trying to figure out what I should be looking for in a CI/CD tool. There's a bunch of companies that have too many different features and whistles. What am I missing that I need in my life? Not interested in Jenkins - plugins and pipeline maintenance are annoying.
https://redd.it/ecewjm
@r_devops
reddit
What do you look for in a CI/CD tool?
I'm trying to figure out what I should be looking for in a CI/CD tool. There's a bunch of companies that have too many different features and...
VPO wants to invest a lot of money on On-prem infra, I suggested to better try go Cloud first... He doubts
**TL;DR:**
**I think that MGMT have some fear about the monthly billing of Cloud technologies instead of doing one BIG payment for On-premm infra. How can I present facts to solve this fear?**
So right now I'm the one IT guy who is trying to push everything into the Cloud/devops culture. The company is doing a great effort going agile already, Cloud and Devops are a little slow ATM.
I was requested recently to quote Windows Server licences and other stuff for out site. Let's say we need to invest 1000USD just to have the things needed and then start working on it. Told the boss to better try AWS/Azure first but he said *"well, if I'm gonna spend 10 usd this month but at the end of the year I will pay 1200 USD in total, what would be the benefit of using AWS?"*
I know he is not negligent, he have a real concern that wants to resolve. I'm trying to prepare some numbers to show them the estimated cost of using public cloud in maybe 2 or more years. Does anyone have any other advice to overcome this?
https://redd.it/ecf27w
@r_devops
**TL;DR:**
**I think that MGMT have some fear about the monthly billing of Cloud technologies instead of doing one BIG payment for On-premm infra. How can I present facts to solve this fear?**
So right now I'm the one IT guy who is trying to push everything into the Cloud/devops culture. The company is doing a great effort going agile already, Cloud and Devops are a little slow ATM.
I was requested recently to quote Windows Server licences and other stuff for out site. Let's say we need to invest 1000USD just to have the things needed and then start working on it. Told the boss to better try AWS/Azure first but he said *"well, if I'm gonna spend 10 usd this month but at the end of the year I will pay 1200 USD in total, what would be the benefit of using AWS?"*
I know he is not negligent, he have a real concern that wants to resolve. I'm trying to prepare some numbers to show them the estimated cost of using public cloud in maybe 2 or more years. Does anyone have any other advice to overcome this?
https://redd.it/ecf27w
@r_devops
reddit
VPO wants to invest a lot of money on On-prem infra, I suggested...
**TL;DR:** **I think that MGMT have some fear about the monthly billing of Cloud technologies instead of doing one BIG payment for On-premm...
Are you using SSH certificates (rather than keys)?
Github now support authentication via an OpenSSH certificate: [https://github.blog/2019-08-14-ssh-certificate-authentication-for-github-enterprise-cloud/](https://github.blog/2019-08-14-ssh-certificate-authentication-for-github-enterprise-cloud/).
However, I cannot find any recomendations for a certificate authority to manage these SSH certificates.
There seem to be numerous options surrounding certificate management for servers and productions environments, e.g. BLESS, CASSH etc.
**What would you know of / recommend for managing SSH certificates for developers to access Github?**
In an ideal world, this would allow for custom configuration by developer. It would be able to interact with an existing active directory to authenticate users attempting to create certificates and it would be a managed service.
https://redd.it/ecav32
@r_devops
Github now support authentication via an OpenSSH certificate: [https://github.blog/2019-08-14-ssh-certificate-authentication-for-github-enterprise-cloud/](https://github.blog/2019-08-14-ssh-certificate-authentication-for-github-enterprise-cloud/).
However, I cannot find any recomendations for a certificate authority to manage these SSH certificates.
There seem to be numerous options surrounding certificate management for servers and productions environments, e.g. BLESS, CASSH etc.
**What would you know of / recommend for managing SSH certificates for developers to access Github?**
In an ideal world, this would allow for custom configuration by developer. It would be able to interact with an existing active directory to authenticate users attempting to create certificates and it would be a managed service.
https://redd.it/ecav32
@r_devops
The GitHub Blog
SSH certificate authentication for GitHub Enterprise Cloud
Enterprise and organization admins can now register their SSH certificate authorities with GitHub, helping their team access repositories over Git using SSH certificates.
Which PaaS or IaaS provider to choose (small startup)?
Hi. We're a team of 3 developers, with a very limited DevOps knowledge. I would like to find the best infrastructure provider, which will allow us to develop and deploy with ease, with a limited budget in mind.
Please consider the following setup:
\- 1 client (React.js / Preact)
\- 1 mobile app (React Native)
\- 1 Node.js app (API - GraphQL / Apollo)
\- 1 database (MongoDB)
\- storage for images
\- 2 envs (dev and prod)
With that in mind, which provider would you recommend? From what I understand, Heroku can become expensive very quickly. Is getting into PaaS a wise choice? Maybe there's an IaaS solution that's relatively easy to setup?
Any help will be appreciated.
https://redd.it/eccv2g
@r_devops
Hi. We're a team of 3 developers, with a very limited DevOps knowledge. I would like to find the best infrastructure provider, which will allow us to develop and deploy with ease, with a limited budget in mind.
Please consider the following setup:
\- 1 client (React.js / Preact)
\- 1 mobile app (React Native)
\- 1 Node.js app (API - GraphQL / Apollo)
\- 1 database (MongoDB)
\- storage for images
\- 2 envs (dev and prod)
With that in mind, which provider would you recommend? From what I understand, Heroku can become expensive very quickly. Is getting into PaaS a wise choice? Maybe there's an IaaS solution that's relatively easy to setup?
Any help will be appreciated.
https://redd.it/eccv2g
@r_devops
reddit
Which PaaS or IaaS provider to choose (small startup)?
Hi. We're a team of 3 developers, with a very limited DevOps knowledge. I would like to find the best infrastructure provider, which will allow us...
What are your best resources to learn observability?
As the title says. Also, which tools are you using to implement them?
I’d like to get the following:
- observability paradigms.
- tools to implement some paradigms.
- specific information about how to implement the paradigm in the above tools.
This usually comes as a regular question in r/devops, so it could be nice to have them aggregated.
https://redd.it/eckww2
@r_devops
As the title says. Also, which tools are you using to implement them?
I’d like to get the following:
- observability paradigms.
- tools to implement some paradigms.
- specific information about how to implement the paradigm in the above tools.
This usually comes as a regular question in r/devops, so it could be nice to have them aggregated.
https://redd.it/eckww2
@r_devops
reddit
What are your best resources to learn observability?
As the title says. Also, which tools are you using to implement them? I’d like to get the following: - observability paradigms. - tools to...
Tar up working filesystem?
I want to make containers but I don’t want to have to get it working in a test environment, then do everything all over again to make a Dockerfile. And I don’t trust these scripts that auto generate a Dockerfile. I just want to tar up a working, running filesystem and use that as a container’s fs. Is this possible with existing container technologies?
https://redd.it/ecbj33
@r_devops
I want to make containers but I don’t want to have to get it working in a test environment, then do everything all over again to make a Dockerfile. And I don’t trust these scripts that auto generate a Dockerfile. I just want to tar up a working, running filesystem and use that as a container’s fs. Is this possible with existing container technologies?
https://redd.it/ecbj33
@r_devops
reddit
Tar up working filesystem?
I want to make containers but I don’t want to have to get it working in a test environment, then do everything all over again to make a...
A cleaner multi-stage continuous deployment on Kubernetes of a Create React App with kustomize, helm and skaffold
Watch out front end developers, soon you too will be shipping web scale cloud native HTML!
Jokes aside, it's actually a pretty good overview of kustomize, skaffold, multi stage docker builds and all of the other yaml:
https://www.codepedia.org/ama/a-cleaner-multi-stage-deployment-on-kubernetes-of-a-create-react-app-with-kustomize-helm-and-skaffold
https://redd.it/ecoxzq
@r_devops
Watch out front end developers, soon you too will be shipping web scale cloud native HTML!
Jokes aside, it's actually a pretty good overview of kustomize, skaffold, multi stage docker builds and all of the other yaml:
https://www.codepedia.org/ama/a-cleaner-multi-stage-deployment-on-kubernetes-of-a-create-react-app-with-kustomize-helm-and-skaffold
https://redd.it/ecoxzq
@r_devops
CodepediaOrg
A cleaner multi-stage continuous deployment on Kubernetes of a Create React App with kustomize, helm and skaffold
This blog posts presents a clean way to make a multi-stage deployment of a Create React App on a Kubernetes Cluster. Deployments with kubectl, helm charts, kustomize and skaffold are presented.
Do you really need multi-cloud strategy?
How will a multi-cloud be an option for an application where you have rich integration components such as APIs between applications. Latency is a big issue.
https://redd.it/ecpjau
@r_devops
How will a multi-cloud be an option for an application where you have rich integration components such as APIs between applications. Latency is a big issue.
https://redd.it/ecpjau
@r_devops
reddit
Do you really need multi-cloud strategy?
How will a multi-cloud be an option for an application where you have rich integration components such as APIs between applications. Latency is a...