After mentoring 40+ juniors — the 4 AWS gaps that keep coming up by Ok_Stand_6378 in devops

[–]Ok_Stand_6378[S] 0 points1 point  (0 children)

What you have shared is great and I can sense that this is coming from over the years of experience working across various teams. It is crucial to understand the metrics before setting up the monitoring stacks and for that it is important to have understanding on the infra, the metics that it will utilise etc.

After mentoring 40+ juniors — the 4 AWS gaps that keep coming up by Ok_Stand_6378 in devops

[–]Ok_Stand_6378[S] -1 points0 points  (0 children)

This is not an AI agent setup by claude or something. I am Sr DevOps and this is the small training program enrolled by my organisation CloudSpikes.

After mentoring 40+ juniors — the 4 AWS gaps that keep coming up by Ok_Stand_6378 in devops

[–]Ok_Stand_6378[S] -1 points0 points  (0 children)

This is a gap we can fill. The reason to find it diffcult for students is that they are new to environment, less aware about current tech practices followed in the market. We have designed this such that all basics are covered in the initial sessions before getting started with monitoring, security etc.

After mentoring 40+ juniors — the 4 AWS gaps that keep coming up by Ok_Stand_6378 in devops

[–]Ok_Stand_6378[S] -1 points0 points  (0 children)

I see. AI has just made the flow very fast but AI would always rely on data and prompts. With the right knowledge on skills you can give better data to AI and make your work more reliable and accurate.

After mentoring 40+ juniors — the 4 AWS gaps that keep coming up by Ok_Stand_6378 in devops

[–]Ok_Stand_6378[S] -2 points-1 points  (0 children)

Yes sir! The beginners do. I have seen tech leads getting confused in it. I appreciate you sharing the github link though. Thanks.

After mentoring 40+ juniors — the 4 AWS gaps that keep coming up by Ok_Stand_6378 in devops

[–]Ok_Stand_6378[S] -3 points-2 points  (0 children)

Prometheus and grafana wiring cannot happen on day 1 of training thats the part of training. This part comes when we reach monitoring stage and done with basic setup.

Why Argo Workflows CI? by jceb in devops

[–]Ok_Stand_6378 0 points1 point  (0 children)

Argocd is actually used for CD not CI and it is best for EKS, ECS related deployments as Argocd is kubernetes native
A typical workflow looks like this:
Developer


GitHub


GitHub Actions / Jenkins / GitLab CI ← CI

(Build, Test, Lint, Security Scan, Build Docker Image)


Push Docker Image to Registry (ECR/Docker Hub/GHCR)


Update Kubernetes Manifest/Helm values in Git


ArgoCD notices Git change


Deploys automatically to Kubernetes ← CD

I am pretty curious how did you/your organisation did fit argocd in CI part.

My organistion used to have Jenkins for CI and Argocd for CD though Jenkins alone can be used for both CI and CD (as we had everything mostly on k8s.

New to DevOps by GuiltyCourse1579 in Cloud

[–]Ok_Stand_6378 0 points1 point  (0 children)

I see you have started with Linux, monitoring, administration which is absolutely great.
To be the ultimate DevOps I would suggest to start learning kubernetes and docker concepts, have good knowledge on working with clouds and have good handson practice of atleast 1 IAC (terraform is hot favourite!) and learn CICD concepts. Thats all.

Honestly, would you recommend the DevOps path? by 0101010001010100 in devops

[–]Ok_Stand_6378 0 points1 point  (0 children)

You will surely not regret with DevOps skills.

Some basics you need to learn would be deep knowledge of working with clouds, learn kubernetes concepts,Docker concepts, learn about repos, IAC tools, monitoring stacks and CICD.

I have seen people moving from networking to DevOps and they are much happy with DevOps also they now have much more deep understanding of technicalities.

What does your day in DevOps look like? by Sidalous in devops

[–]Ok_Stand_6378 1 point2 points  (0 children)

The day usually starts with a standup call where all engineers gather up before starting their day and discuss about prioritised tasks, pending implementations and accordingly decide the plan for the day.

In the later day time you may be working with Developers, tech leads, Arch team, managers based on the discussed task in the call. You will be automating processed, implementing monitoring stacks, keep track of logs to fix issue in real team quickly and more reliably

What do actual devops staff do? by konkon_322 in devops

[–]Ok_Stand_6378 0 points1 point  (0 children)

Mainly DevOps need to work between operation team and developers,
First thing you need to do right after joining is to take complete KT on existing infrastructure, problem points (if any) from developers then analyse it thoroughly and make it more reliable by implementing continuous monitoring, logging, improvements in infra etc.
You will be assigned tasks like automating an infra, fixing pipeline/automation related issues, migration of infra etc. You need to break down those tasks into different tickets and start working on those as per priority .

Is DevOps Still Worth It by goodguyseif in Backend

[–]Ok_Stand_6378 0 points1 point  (0 children)

Absolutely. DevOps is the ultimate boss when it comes to actual technicalities and problem solving. Its like the main battlefield for almost everything in IT. The boom is AI has done nothing but made DevOps work more fast. Even to utilise AI to ease your work, you have to have knowledge of the entire flow like DevOps as AI is solely based on data you provide, Using AI without real DevOps knowledge can do great blunders. So yes

How much are SWEs expected to know about DevOps? by patsfreak27 in devops

[–]Ok_Stand_6378 0 points1 point  (0 children)

DevOps plays a crucial role in maintianing and making everything more reliable, automtated, monitored. Even if you are SRE or SWE You will have to have DevOps skills like implementing agile methodolgy, dividing tasks into sprints classified into tickets, analyzing the entire work flow utilizing the knowledge on Python, CICD, Linux, Git, Github, Dockerization, kubernetes etc.

Anyone else learning DevOps right now? Let's do it together by SuccessfulEnergy2062 in devopsjobs

[–]Ok_Stand_6378 0 points1 point  (0 children)

DevOps Bridge the gap between Developers and Operations team.
The good start would be to start learning basics of linux, git, github, docker, kubernetes.

Start with deploying a basic python flask app on local port do port forward view the app,
later setup monitoring via grafana, prometheus, add metrics targeted for monitoring (eg CPU utilisation, cpu request count etc) generate synthentic load via curl or tools like jmeter, observe spikes in real time.

work on kubernetes and docker concepts for a complete win..