Questions tagged [terminology]
For questions about clarifications of DevOps terms. Use this tag to ask about unclear or ambiguous terms, and remember to show any research you've found already before asking about a definition.
86 questions
1 vote
1 answer
83 views
Is there a distinction between Flux and GitOps Toolkit?
What is the difference between Flux and the GitOps Toolkit? Is Flux v2 simply a distribution of the GitOps Toolkit components (such as the source controller for polling/scraping git repos, the ...
3 votes
1 answer
793 views
What is a golden image?
Is there a defacto understanding of what a golden image is? I've had it come up in requirements to satisfy cloud audits. What's the meaning of "Golden" when it comes to audit and compliance,...
1 vote
2 answers
1k views
Provisioning meaning
Provisioning is the process of setting up IT infrastructure. It can also refer to the steps required to manage access to data and resources, and make them available to users and systems. Provisioning ...
0 votes
2 answers
150 views
Is local / staging / production still industry standard?
I've inherited a project that uses local / staging / production. It is a simple project that lets users create a login and download customized PDF documents. We keep the document templates and the per-...
2 votes
6 answers
1k views
What does "build step" mean?
The term build step is used everywhere, yet I searched both google.com and qwant.com to no avail. That baffles my mind. I also searched for a developer terminology index. Anyone has a good explanation ...
1 vote
2 answers
205 views
What exactly is a buildpack in DevOps?
I am familiar with the term buildpack from a platform called Heroku. But I am not sure if it's a Heroku-specific term, or if it exists more broadly in DevOps nomenclature? When I google, I see plenty ...
4 votes
2 answers
664 views
Is it common for DevOps engineers to write code for user requirements?
After reading some articles about DevOps, I understand that DevOps engineers do write code. However, it's a bit unclear to me about what kind of code a DevOps engineer write. Assume that there are (...
1 vote
1 answer
614 views
What can be considered as an artifact [duplicate]
Recently, I have had a lecture at my university about advanced testing and CI. To understand all concepts, I was searching what artifact represents, specifically in DevOps sphere. I found many ...
4 votes
1 answer
2k views
What is a gating continuous integration (CI) system?
I often find myself in the position of mentioning gating CI systems and I thought it would be good to have a post I can easily reference explaining what that is. So here goes: What is a gating CI ...
3 votes
2 answers
333 views
What is DataOps?
This site already has great answers for questions like What is DevOps and what is SecOps. Over time, I have come to be of the opinion that DevOps was born when the philosophy of the Agile methodology ...
2 votes
1 answer
72 views
A name for testing software migrated to a new environment against original application
This is more of an english language question - we have various types of tests - unit tests, A/B tests, etc... Suppose I need to migrate code to a different language, machine, or any other different ...
8 votes
1 answer
2k views
What is the difference between DevOps and GitOps?
I am hearing nowadays a lot about GitOps. What is the difference between DevOps and GitOps? Is it just the SCM does the build and deploy when there is a commit instead of the CI/CD tool exclusively?
0 votes
1 answer
74 views
Is FaaS required to have an official "Cloud"?
I'm in the process of refining my DevOps skills, but my "Cloud" is more like a lot of scripted virtual machines and monitoring the system. For example, if I have Oracle VM Server, and I install ...
1 vote
2 answers
69 views
Are microservices "cloud-ish medium-lived services"?
According to https://events.static.linuxfound.org/sites/events/files/slides/cc15_mcguire.pdf p21-23, Kevin McGuire of New Relics classifies the containers in three categories: VM-like with a lifetime ...
3 votes
3 answers
127 views
Can we talk about "reproducible builds" when working with interpreted languages?
This is a vocabulary question. I know the concept of reproducible build as the guarantee we can build software from the sources on a different host or at a different time, but producing an end-product ...