Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@arcsector Both. I need both to bring my app up on it. Cluster mgmt/admin for dev envs, deployment - for all of them.
Last week I was diving into how k8s networking works. I'm impressed. Truth be told I wasn't even aware Linux resources' namespaces were a thing since kernel 2.x! I knew there's this thing called cgroups, but the other ns'es -- I had no clue they are there. -
@netikras i dont remember the exact command, but its something like "kubectl list --all" and it's whenever you're SSH'd into a pod (maybe slave node) you can list the functions you can perform on said pod/node. It was really helpful for me when i was first starting out working with hardening my deployments and with cluster management.
-
@netikras i found it; its:
kubectl auth can-i --list --namespace=foo
And you dont actually have to be ssh'd into a pod
Related Rants
-
Root182019 resolutions/goals recap: (non-personal ones) 1) Improve diet (did; e.g. ramen and fast food to clean keto...
-
Xoka62019: * Learned a lot * Earned a little less than expected * Couldn't travel * Couldn't sleep much 2020: * Ea...
-
C0D412020 dev goal. To build a 10 inch laptop using a RPi 4 (4GB), so far I've come to the conclusion that it will...
- finish my project's backend, make a proto frontend
- throw the proto away and hire someone to do it for me. Or at least make the design...
- learn that freaking k8s ffs...
- if there will be spare time left - move from on-prem to aws/gcp, maybe launch an alpha
- improve my people skills
- bump my salary significantly
rant
wk189