An open API service indexing awesome lists of open source software.

https://github.com/codeincrypt/docker-kubernetes


https://github.com/codeincrypt/docker-kubernetes

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Docker & Kubernetes

Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker packages software into standardized units called containers that have everything the software needs to run including libraries, system tools, code, and runtime.

This README provides an overview of Docker, its purpose, and how it helps in deploying applications efficiently using containers. It includes guides for setting up React (CRA & Vite) and Node.js applications in Docker and Kubernetes.

## Install Docker and Kubernetes
Instructions for installing Docker and Kubernetes

[View Detailed Guide](https://github.com/codeincrypt/docker-kubernetes/blob/main/Install.md)

## React

Guide for deploying React applications (both CRA and Vite) using Docker and Kubernetes.

[View Detailed Guide](https://github.com/codeincrypt/docker-kubernetes/blob/main/react-dockerhub-k8.md)

## Node Js
Guide for deploying Node.js applications using Docker and Kubernetes.

[View Detailed Guide](https://github.com/codeincrypt/docker-kubernetes/blob/main/NodeJs.md)

## API on AWS ECR EKS Kubernetes
Guide for deploying API applications using Docker and Kubernetes on AWS ECR EKS.

[View Detailed Guide](https://github.com/codeincrypt/docker-kubernetes/blob/main/api-aws-ecr-k8.md)