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

[Week 4-VTDT] Docs take-home-assignment - Kubernetes #48

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

meobilivang
Copy link
Contributor

@meobilivang meobilivang commented May 26, 2021

Week 4 - Viettel Digital Talent Program

🚀 Topics covered: IaaS - Platform as A Service & Kubernetes ☁️

🎯Task(s):

Week 4 training project is described as below:

👨‍✈️ Kubernetes:

  • Deploy an all-in-one Kubernetes cluster with Minikube
  • Write YAML manifests to deploy following containerized applications (check PR #2):
    • MariaDB
    • WordPress
  • Documentation: Path: Week-4/Julian-P-Nguyen/
    • Describe Cluster's Architecture & individual components.
    • Step-by-step installation
      ....

📚To Do

  • Doc maintainance & revision
  • (Optional) Deploy a multinode Kubernetes cluster using Kubeadm.
    ...

❓ Q/A:

Will this document ensure 💯% successful deployments?

  • No. It may subject to other issues during installation process. Further troubleshooting & feedback is highly recommended. Variations in packages version may lead to undesired outcomes.


## 1. `Deployment in version "v1" cannot be handled as a Deployment...`

:x: Bug detected:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Đây không phải bug, mà chỉ là 1 gotcha về cách hoạt động của yaml mà thôi.

Nếu em còn nhớ phần thực hành ansible thì trong docs có ghi chú đại khái là: với các giá trị boolean nhưng ở dạng text (yes/no, true/false, ...) mà muốn giữ nguyên dạng text thì phải đặt trong ngoặc, nếu không nó sẽ bị auto convert thành kiểu boolean luôn.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dạ! Em sẽ edit lại đoạn này thêm vào commit lại. Thank you for your feedback ạ!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Em đã hoàn thiện edit lại đoạn này ạ. Anh @tovin07 review qua giúp em nhé! Em cám ơn anh.

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.

None yet

2 participants