Questions tagged [learning]
14 questions
11
votes
8 answers
Where do I start learning DevOps?
Searching "how to start with devops" didn't really help as, many of them like this and this as well as many others don't really point me in the right way. Every youtube video I have seen so far hasn't helped either (as I don't need videos explaining…
Chessbrain
- 213
- 1
- 7
9
votes
4 answers
What courses would be useful for a DevOps Engineer?
I am a 'DevOps Engineer' based in the UK. I have 2.5/3 years experience in the IT field; starting out as an apprentice now a mid-level engineer learning/practicing Linux/Windows System Administration, Continuous Delivery (Jenkins), Continuous…
jto
- 378
- 1
- 6
- 19
7
votes
1 answer
Which university has a good postgraduate DevOps program?
I am looking for a university that has a good PhD program in theoretical DevOps topics. Especially any program that is trying to advance the beyond Deming's Theory of Profound Knowledge, Goldratt's Theory of Constraints and other related topics. Do…
Jiri Klouda
- 5,867
- 1
- 22
- 54
6
votes
3 answers
Looking at a Career jump into DevOps and advice or suggested reading
I've been in various facets of Software development over the past 10+ years. I started in the development side of the Application Lifecycle Management(= ALM) cycle, and more recently I've been working in the QA side of ALM.
One thing that has…
Dean Forant
- 95
- 3
2
votes
1 answer
What is the best way to put on a repository for a docker image with multiple tags?
I've seen a lot of repositories with Docker images and I think (correct me if my guessing is wrong) that the projects that handle a docker image with multiple tags can be grouped into three groups:
Dockerfiles with different names in the same…
gvgramazio
- 121
- 5
2
votes
1 answer
What is recommended books reading order offering thought leadership to read on DevOps to go from beginner to expert?
For sure there is partly an opinion question, but many colleagues around me have little knowledge about books offering thought leadership on DevOps. So this thread might be of great convinience.
Ta Mu
- 6,792
- 5
- 43
- 83
1
vote
1 answer
Understand GitLab CI/CD better
Did I understand this correctly, that stages will run in parallel if they have the same name?
stages:
- build
rust-latest:
stage: build
image: rust:latest
script:
- apt-get update && apt-get -y install libgccjit-6-dev
- cargo build…
Niklas Rosencrantz
- 497
- 3
- 11
1
vote
3 answers
Is there a book only about Ansible (without touching Vagrant, VirtualBox, Docker and virtualization stuff)?
I need a book only about Ansible (without touching Vagrant, VirtualBox, Docker and other above-shell stuff).
About 6 months ago I tried reading the Ansible docs but these were totally un-understandable to me so I bought a good book by Jeff Geerling…
user5176
1
vote
2 answers
How can I become a DevOps Engineer?
Please suggest me a right path to this DevOps career. From blogs Im not getting a well defined path.
What all courses I have to take.
Abhi Ravi
- 121
- 4
1
vote
1 answer
Start dev with purely docker, or something like vagrant (in a to-be-dockerized application)?
I have a Ruby on Rails application that has been around for a while, and implemented completely classical, so far. Everything is fine; but since the number of environments we are deploying to (testing, QA, several production envs) have grown, I…
AnoE
- 4,936
- 14
- 26
1
vote
2 answers
Is there evidence to suggest that the Docker/Hashicorp ecosystem requires a higher calibre of software development engineer?
Our build system at work is a series of Go pipelines with go agents running in docker containers on a docker cluster. It compiles java and runs tests. This is in a financial services institution.
We're using consul and registrator for service…
hawkeye
- 1,153
- 1
- 9
- 14
0
votes
2 answers
Kubernetes installation, configuration and verification in a local environment
I am a regular user of Docker since a few years and I have the Docker service installed and running locally on my Win10Pro host. It works well. Now I want to get started with Kubernetes so I used the gcloud command-line installation to install…
Niklas Rosencrantz
- 497
- 3
- 11
0
votes
1 answer
What are some good Kubernetes training courses?
I'm looking for Kubernetes training online or in person. What are some good training courses to take?
DemiSheep
- 163
- 6
-1
votes
2 answers
DevOps Roadmap: Underststanding OS Concepts
According to the DevOps Roadmap from roadmap.sh, understanding the following OS topics are recommended:
Process Management
Threads and Concurrency
Sockets
POSIX Basics
Networking Concepts
I/O Management
Virtualization
Memory/Storage
File…
Hofbr
- 99
- 2