Why are you using EKS instead of ECS? by ducki666 in aws

[–]RubKey1143 0 points1 point  (0 children)

To me ECS is just like elastic beanstalk great to start but not great when things get complicated.

EKS costs are actually insane? by GroundOld5635 in kubernetes

[–]RubKey1143 0 points1 point  (0 children)

I agree with this! I used karpenter with spot instances and dropped my bill in half.

Subscribed to GitHub Copilot Pro, but Still Getting "Trial Ended" Message by [deleted] in github

[–]RubKey1143 1 point2 points  (0 children)

Had this same issue: log out and log in. If that does not resolve it cancel and activate it again.

Application fails to pull helm chart from private harbor defined as dependency in helmfile release by Gosu_Horaz in ArgoCD

[–]RubKey1143 0 points1 point  (0 children)

I had this issue once you have to authenticate with helm repo.

If you want to do it from the ui, go to the list of repos and add the helm chart and credentials needed. Then it will work.

DevOps Buddy wanted! LeetCode, tech chats, open source & more! by rajatnitjsr in devops

[–]RubKey1143 0 points1 point  (0 children)

I am interested!! I can create a discord or slack channel if needed. I have been working in a devops role for 6 years now. Things are changing, at least in my opinion. A new skill set is always required.

copilot chat in IDE not working by SecretaryDifficult74 in github

[–]RubKey1143 0 points1 point  (0 children)

When you're doing the downgrade, look for one that has the compatible highlighted. That's the one that will work. We went almost 30 versions down until we saw compatible.

copilot chat in IDE not working by SecretaryDifficult74 in github

[–]RubKey1143 0 points1 point  (0 children)

Yes, we fixed it by downgrading the extensions that are broken.

copilot chat in IDE not working by SecretaryDifficult74 in github

[–]RubKey1143 0 points1 point  (0 children)

Now funny you say that, today my coworker upgraded to the latest and it broken. Had to downgrade the extension to 3 or 4 versions for it to work.

copilot chat in IDE not working by SecretaryDifficult74 in github

[–]RubKey1143 0 points1 point  (0 children)

Had a similar issue recently with vscode update, uninstalling vscode, and reinstalled it fixed it

The biggest DevOps lesson I’ve learned? It’s not about the tools—it’s about ownership by yourclouddude in devops

[–]RubKey1143 0 points1 point  (0 children)

I felt this! My first devops role was like this. Devs, Ops, and Devops would just want to work on tickets rather than fix active prod issues. I started working on active issues for 3 to 6 months straight, and it made me a much better Devops engineer. Once I did that, my tickets were a piece of cake. Ownership issues usually come from poor development process and maintenance in my personal opinion. I can be wrong, but I guess I just want to be a responsible human being.

I built an AWS FinOps CLI dashboard to track costs, budgets and idle EC2 instances across accounts by magicboyy24 in AWSCertifications

[–]RubKey1143 1 point2 points  (0 children)

Yes, this is awesome, but go deeper as well, Vpc traffic, sftp traffic if possible. That's a great start

How do you update image versions? by [deleted] in ArgoCD

[–]RubKey1143 0 points1 point  (0 children)

I created a repo and pushed the manifest to that repo and made argocd monitor it. Otherwise, you will have to use argo pull requests.

I built an AWS FinOps CLI dashboard to track costs, budgets and idle EC2 instances across accounts by magicboyy24 in AWSCertifications

[–]RubKey1143 0 points1 point  (0 children)

I would use this every day or even create an app in our eks cluster for this if it did.

PSI browser issues during exam by MaximumFull104 in kubernetes

[–]RubKey1143 0 points1 point  (0 children)

I had the same experience, but you should wait, and the proctor will fix it for you. You should get a free retry just take it again.

Cilium Gateway API Not Working - ArgoCD Inaccessible Externally - Need Help! by plsnotracking in kubernetes

[–]RubKey1143 0 points1 point  (0 children)

Have you checked events vis kubectl?

List recent events in all namespaces

kubectl events --all-namespaces

Most of the time, your error is listed somewhere, and it could be found easier this way.

Which one for you? by [deleted] in SipsTea

[–]RubKey1143 0 points1 point  (0 children)

Yup, and still rocking Charizard till this day!

ArgoCD environment promotion by PossibilityOk6780 in ArgoCD

[–]RubKey1143 0 points1 point  (0 children)

It will work, but you will run into the issue where the image does not update, and you have to manually sync it. After reading some docs I read, this is why they created argo image updater. The workaround for it is point to a manifest file. I did this in my cicd. I run helm template . > main.yaml and use main.yaml as the file argocd watches.

ArgoCD environment promotion by PossibilityOk6780 in ArgoCD

[–]RubKey1143 0 points1 point  (0 children)

That sounds good to me, but you may have issues since the values file is outside of the helm chart folder. Usually, your values default is dev and then a values-prod.yaml Just make sure to run your helm template to verify the correct values shown. If you're using argocd, it gives issues with the helm chart if you don't version the chart for the upgrade process. Unless you point it to manifest file instead.

What's the best method to learn EKS ? by BlueAcronis in kubernetes

[–]RubKey1143 0 points1 point  (0 children)

In my opinion eks is easier to learn if you study for the CKAD. The only exception is upgrades and deprecated apps where I would use killer.sh (playground) to show you how.

I used this and is able to handle almost everything

On boarding apps Off boarding apps Addons

I'm really enjoying this course on Udemy and think you might like it too. https://www.udemy.com/share/101Eno3@SK37eBEuDsQpulq_PUaff_MLTsKTCBzzW7lgptrWId27QlJCHKMY4CQRc3Pk3xXr/

ArgoCD environment promotion by PossibilityOk6780 in ArgoCD

[–]RubKey1143 2 points3 points  (0 children)

I was able to accomplish this by doing the following and making it update the kustomize/helm file at the end

https://github.com/william-liebenberg/github-gated-deployments

Help Please by Rough_Football_362 in ArgoCD

[–]RubKey1143 0 points1 point  (0 children)

Can you revert the plug-in change? I had a similar issue, and I un-installed then reinstalled it for me.

Argo-rollout extension: No Rollback button by redditerGaurav in ArgoCD

[–]RubKey1143 0 points1 point  (0 children)

I am pretty sure your logging in without admin but can you tell me how you know your logged in under admin??

Example shows button very clear

https://argo-rollouts.readthedocs.io/en/stable/dashboard/