Posts by Category

DevOps

Introduction to Kubernetes - Kubernetes

Kubernetes provides a container based management environment. Kubernetes orchestrates the compute capacity, the networking and the storage infrastructure so that user don’t have to. It offers the simplicity of Platform-as-a-Service (PaaS) with the flexibility of Infrastructure-as-a-Service (IaaS) and enables portability between infrastructure providers. In this article I am going to present the basic components of a Kubernetes cluster and its architecture.

Back to Top ↑

InfoSec

Back to Top ↑

CiberSecurity

Back to Top ↑

software engineering

Git common Commands

Git is a version control system. It maintains a history of all changes made to the code. The changes are stored in a special database called “repository”, also known as “repo”.

Back to Top ↑