• 0 posts
  • 17 comments
Joined 2 years ago
Cake day: August 10th, 2024
    1. No just linux and an orchestrator, for very small and local deployments I have used k3s.
    2. Probably not, but maybe with WSL2.
    3. Yes, there are many ways to do it. Some have mentioned helm but you cal also write your own manifests, somewhat similar to docker-compose files.
    4. The Kubernetes Book, and just try to get some pods up and running.
  • I’m not sure I understand the question but I will try to answer. I did not mean to question you skill in particular, I know nothing about you.

    I agree that programming requires repetition e.g. more programming, that’s why I said “This”.

    What followed was a generic advice that helped me personally to improve a lot as a developer. I got the chance to work side by side with developers experienced in different types of projects, developers I consider more skilled than me in different ways. I consider this avaluabe experience.

    Hope that clears it up a little, nothing to do with you’re skill in particular. English is not my first language so maybe my phrasing is a little weird.

  • My editors

    • Professionally I use Jetbrains stuff (intellij, pycharm, etc).
    • At home I use Neovim because I like to have lsp support, I’m too cheap to pay for IDE’s and I dislike VSCode for personal reasons. For quick edits I use default text editor e.g. kate/gedit.

    My opinions on learning new editors

    • If you need to go fast now, use what you know best.
    • If you have time to learn just try whatever looks cool. Learning a new editor/way to edit text will broaden your horizons even if you don’t end up using it.