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

Task: K8s Cluster Configuration and Creation #3

Merged
merged 5 commits into from
Nov 7, 2024
Merged

Task: K8s Cluster Configuration and Creation #3

merged 5 commits into from
Nov 7, 2024

Conversation

furiousme
Copy link
Owner

@furiousme furiousme commented Oct 20, 2024

Task

Evaluation Criteria (100 points for covering all criteria)

Total: 100

  1. Terraform Code for AWS Resources (10 points)

    • Terraform code is created or extended to manage AWS resources required for the cluster creation.
    • The code includes the creation of a bastion host.
  2. Cluster Deployment (60 points)

    • A K8s cluster is deployed using either kOps or k3s.
    • The deployment method is chosen based on the user's preference and understanding of the trade-offs.
  3. Cluster Verification (10 points)

    • The cluster is verified by running the kubectl get nodes command from the local computer.
    • A screenshot of the kubectl get nodes command output is provided.
Screenshot 2024-10-23 at 22 47 08
  1. Workload Deployment (10 points)

    • A simple workload is deployed on the cluster using kubectl apply -f https://k8s.io/examples/pods/simple-pod.yaml.
    • The workload runs successfully on the cluster.
Screenshot 2024-10-23 at 22 51 24
  1. Additional Tasks (10 points)
    • Document the cluster setup and deployment process in a README file.

@furiousme furiousme merged commit 44fe791 into main Nov 7, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant