Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a Kubernetes Cluster #12

Open
3 tasks
raosush opened this issue Sep 30, 2021 · 4 comments
Open
3 tasks

Create a Kubernetes Cluster #12

raosush opened this issue Sep 30, 2021 · 4 comments
Assignees
Labels
Hacktoberfest intermediate Systems Problem statements which deal with systems

Comments

@raosush
Copy link
Member

raosush commented Sep 30, 2021

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

  • Technical Specifications:
    • Create a Kubernetes cluster
    • The cluster must contain 4 nodes
    • Each node can contain a maximum of 3 pods.
    • Each pod must be running a simple web application(or complex) using its Docker image
  • Type of issue: Single
  • Time Limit: 2 days

Issue requirements / progress

  • Create Kubernetes Cluster
  • Configure the cluster with the specifications mentioned in technical specifications
  • (optional) Try deploying this on any cloud platform

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.
@raosush raosush added Systems Problem statements which deal with systems intermediate labels Sep 30, 2021
@khannakshat7
Copy link
Contributor

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

@raosush
Copy link
Member Author

raosush commented Oct 1, 2021

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

@khannakshat7
Copy link
Contributor

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

@raosush
Copy link
Member Author

raosush commented Oct 6, 2021

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hacktoberfest intermediate Systems Problem statements which deal with systems
Projects
None yet
Development

No branches or pull requests

3 participants