WebClub-NITK / Hacktoberfest-2k21

Repository for Hacktoberfest-2k21
1 stars 7 forks source link

Create a Kubernetes Cluster #12

Open raosush opened 3 years ago

raosush commented 3 years ago

Description

Create a Kubernetes cluster containing 4 nodes with 3 pods each of any web application's Docker image. You are free to use Docker image of any web application.

Details

Issue requirements / progress

Resources

Directory Structure

Create a folder named simple-kubernetes-cluster and add the required configuration files inside it.

Note

  1. Please claim the issue first by commenting here before starting to work on it.
  2. Once you are done with the task and have created a Pull Request, please tag @raosush to request a review.
khannakshat7 commented 3 years ago

@raosush I would like to work on this issue. Please assign it to me

raosush commented 3 years ago

@khannakshat7 sure will assign it to you. Please do keep in mind the time limit 🙂

khannakshat7 commented 3 years ago

@raosush Can you provide more details how to proceed with this

raosush commented 3 years ago

@khannakshat7 please checkout the resources section in the description of the issue. It has a starting point for understanding and using Kubernetes. I recommend you to try the live examples present in the Kubernetes website.