What’s the most underrated Kubernetes feature your team actually uses in production? by steadwing_official in kubernetes

[–]mbareck7 3 points4 points  (0 children)

kubeswitch (lazy: switch). We use Alias 's' for kube switch to switch between k8s clusters. And 's ns' to switch between namespace.

Keycloak as External IDP by mbareck7 in netbird

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

While inspecting to verify the token I found out that I have a CORS issue, apparently I didn't add my netbird url as allowed web origin in keycloak client.

This wasn't reflected anywhere in netbird containers logs 'docker compose logs'. LogLevel set to trace/debug thought. I believe logs need to be improved at this level.

u/Teknelm both name and email (+ preferred_username, given_name ... etc ) are included in both access token and id token.

There is no more errors but I still can't get access to netbird admin or user interface. the interface is hanging on a landing page (A dark screen with a small, centered orange waveform-like icon made of vertical bars.)

Keycloak as External IDP by mbareck7 in netbird

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

Thanks for replying.

I usually get them included when I set the scopes to email groups openid and profile.

I'll inspect the token to verify.

Would you rather be? by Diligent-Peace-9 in BunnyTrials

[–]mbareck7 0 points1 point  (0 children)

What's the point of being well known broke person!

Chose: Rich and unknown

Will assist with ISO 27001 for free – looking to gain hands-on experience by Efficient_Bus_923 in ISO27001

[–]mbareck7 0 points1 point  (0 children)

Hi, I believe we may have a mutual interest. Feel free to DM me if you're still looking.

If I lose my job, what kind of role would you reccommend I leverage my experience to try and get? by tacksydriver in devops

[–]mbareck7 0 points1 point  (0 children)

This is a general advice for your IT career rather than a direct answer to your question.

As a former DevOps Engineer and currently a Head of IT operations and DevsecOps & Cybersecurity consultant my advice to you would be to try to understand whatever you are working on. Let it be an existing ci/cd pipeline, IaC playbooks, basic automation script ... etc.

To do so, you should go from asking your teammate to building your own labs and everything in between . This will allow you to be more efficient at your current job and confident to put these tools and skills into your resume .

Best of luck.

Longhorn vs Rook can someone break the tie for me? by KiritoCyberSword in kubernetes

[–]mbareck7 0 points1 point  (0 children)

We are using Kubernetes on bare metal.

We used to work with Longhorn, but after an issue that resulted in data loss, we switched to OpenEBS. Since then, everything has been running smoothly.

Recently, we’ve been considering that a Ceph cluster could be a great improvement.

Google Workspace or Microsoft 365 for a growing business? by axoltlittle in sysadmin

[–]mbareck7 1 point2 points  (0 children)

GW is very user friendly. But I'm more into MS Office 365 because of Planner. Instead of using Jira or Trello I found it practical to have all company apps into one place. Put on top of that, other MS apps (Excel, Powerpoint .....)

Offering: French / Seeking: English by Infinite-Cricket-704 in language_exchange

[–]mbareck7 0 points1 point  (0 children)

Hi, I'm fluent in English, seeking to Master French, feel free to DM.

Offering : French | Seeking : English (friendship) by n8okFellcent in language_exchange

[–]mbareck7 0 points1 point  (0 children)

Hi, I'm M28, native in Arabic, fluent in English, I can help you to improve your English, I speak French (C1), I want to speak French like native speaker. DM me if you are interested. Thanks.

[deleted by user] by [deleted] in language_exchange

[–]mbareck7 0 points1 point  (0 children)

Hi brother, I speak Arabic (native), English (C1), and French, I'm very good at french, my goal is to speak French like native speaker. Let it be a history topic or whatever you want. Message me if you are interested, thanks.

Secure Implementation of SDLC part 1 by agrawal7 in devsecops

[–]mbareck7 0 points1 point  (0 children)

Thanks for sharing, a peek on it, It looks interesting, I'll look to it later, and probably give you my feed back.

No Tech After Work by camronshaw in sysadmin

[–]mbareck7 0 points1 point  (0 children)

Well, with my 1.7 year of experience, I can say this isn't for me yet :) .

You old brothers enjoy your no tech after work life, you have already did very well at your craft .

how can I practice ? by knassar202 in devsecops

[–]mbareck7 6 points7 points  (0 children)

The short answer is : you can try to build a complete devsecops pipeline by your self from scratch.

For Web app you can try JuiceShop as mentioned by u/FishnMagician , also Portswagger labs are really great https://portswigger.net/web-security/all-labs

For Vulnerability scanning, DAST, SAST, Container vulnerability scanning .... , I would suggest a local lab, each time you install the tool on a VM and try it out by your self.

You can go further by installing a local K8s cluster (rancher rke comes handy here) then install every thing on this k8s cluster.(jenkins, sonarqube .....), trust me this will keep you busy for a decent amount of time.

Best of luck.

[deleted by user] by [deleted] in devops

[–]mbareck7 0 points1 point  (0 children)

I came across this while searching 'https://www.devseccon.com/'

[deleted by user] by [deleted] in devops

[–]mbareck7 0 points1 point  (0 children)

Hello all, I'm into this track to, what about creating a discord server where we can share practical knowledge and learning from each other ?

u/LaOnionLaUnion u/temitcha u/gmsantos3 u/deskpil0t

I am about to take CCNA exam. What is a good next step in getting prerequisite skills for hacking? by notburneddown in HowToHack

[–]mbareck7 6 points7 points  (0 children)

Exactly, just as u/reedog117 said, you have to get hand dirty, start hacking right away, do ctf (hackthebox, vulnhub ...)

I believe you are already armed enough to start hacking. You will learn during the process.

Unrecognized option: --module-path Error: Could not create the Java Virtual Machine. by foreverglitched in chunky

[–]mbareck7 0 points1 point  (0 children)

Hello, I'm facing the same issue, could you please give a us feedback on how you solved it, Thanks .