GitBook on DevOps

Hi Folks,

I am Full stack developer and working on different platform in Javascript (Client/Server Side )and Java, I just explored the Kubernetes and wanted to share my experience on same

Where to Start

Learn Docker First in Depth

  1. Docker image/build/container/Port mapping/Volume Mapping

  2. Docker Internals

Understanding the Docker Internals

Docker Internals

This post was the basis for a joint event with the grokking engineering community in Saigon. The event was centered around DevOps, for our talk Docker Saigon needed to interest an engineering audience with how things tick on the inside of Docker. Audience experience with Docker and Linux operating systems was expected.

For Tutorials you can look for my git-book and Video Tutorials

Docker

Docker-compose

Compose is a tool for defining and running complex applications with Docker. With Compose, you define a multi-container application in a single file, then spin your application up in a single command which does everything that needs to be done to get it running.

Once we are done with Docker, then we can start Looking for Kubernetes, its Architecture deployment and all about it as its most popular tool to Orchestration of Containers.

**Kubernetes (K8s) is an open-source system for automating** deployment, scaling, and management of containerized applications.

It groups containers that make up an application into logical units for easy management and discovery. Kubernetes builds upon 15 years of experience of running production workloads at Google, combined with best-of-breed ideas and practices from the community.

tkssharma/k8s-learning

Learning Kubernetes Exploring Archiecture Kubernetes Installtion and Setup Exploring Kubernetes Components like pods, deployment, services, replica set ... Kubernetes is an open-source container-orchestration system for automating application deployment, scaling, and management. It was originally designed by Google, and is now maintained by the Cloud Native Computing Foundation It groups containers that make up an application into logical units for easy management and discovery.

Gitbook JimmySong

Conclusion — Just follow all these stream of resources you will be able to get more out of it as these are from very basic and target audience is beginner level

Comments