Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts

Tuesday, August 19, 2025

Boot.dev does it again with awesome training. Just completed Kubernetes course aka K8s.

Learn Kubernetes

Kubernetes is the most popular container orchestrator (read: Docker Deployer) in the world. Deploy real services on a local cluster.

What will you learn?

Learn the fundamentals of the most popular container orchestrator in the world: Kubernetes. You'll get your hands dirty and deploy Kubernetes applications, pods, services and even ingress. This isn't just a tutorial, you'll set up real systems, but we'll also cover the theory, concepts and use cases of the technology.




Thursday, July 27, 2023

BASH - VIM - Commit message on Windows 11

 To write a git commit, start by typing git commit on your Terminal or Command Prompt which brings up a Vim interface for entering the commit message.

  1. Type the subject of your commit on the first line. ...
  2. Write a detailed description of what happened in the committed change. ...
  3. Press Esc and then type :wq to save and exit.