generated from layer5io/academy-example
-
Notifications
You must be signed in to change notification settings - Fork 16
Test for course Deploying WordPress and MySQL with Persistent Volumes with Meshery #86
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
Open
AmankeldinovaMadina
wants to merge
4
commits into
layer5io:master
Choose a base branch
from
AmankeldinovaMadina:test-wordpress
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 2 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
13e9b96
test for course
AmankeldinovaMadina c767fb5
Merge branch 'master' into test-wordpress
leecalcote 7c9c2e9
Update content/learning-paths/11111111-1111-1111-1111-111111111111/ma…
AmankeldinovaMadina b27b753
Merge branch 'master' into test-wordpress
Vincamine File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
109 changes: 109 additions & 0 deletions
109
...eers/deploying-wordpress-and-mysql-with-persistent-volumes-with-meshery/test.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,109 @@ | ||
--- | ||
title: "Deploying WordPress and MySQL with Persistent Volumes with Meshery" | ||
passing_percentage: 70 | ||
questions: | ||
- id: "q1" | ||
text: "According to the course, what is the fundamental problem with running stateful applications like databases on Kubernetes without a persistent storage solution?" | ||
type: "single-answer" | ||
marks: 2 | ||
options: | ||
- id: "a" | ||
text: "The application runs too slowly." | ||
- id: "b" | ||
text: "Data is lost if the pod fails, is rescheduled, or restarted." | ||
is_correct: true | ||
- id: "c" | ||
text: "The application cannot be accessed from the internet." | ||
- id: "d" | ||
text: "It uses too much CPU and memory." | ||
- id: "q2" | ||
text: "The course guides you to create and configure several components. Which of the following components are specifically mentioned for storing application data and credentials? (Select all that apply)" | ||
type: "multiple-answer" | ||
marks: 2 | ||
options: | ||
- id: "a" | ||
text: "A Persistent Volume for WordPress" | ||
is_correct: true | ||
- id: "b" | ||
text: "A Secret for the MySQL password" | ||
is_correct: true | ||
- id: "c" | ||
text: "A Persistent Volume for MySQL" | ||
is_correct: true | ||
- id: "d" | ||
text: "A ConfigMap for the WordPress theme" | ||
- id: "q3" | ||
text: "What is a 'design' in the context of Meshery as described in the tutorial?" | ||
type: "single-answer" | ||
marks: 2 | ||
options: | ||
- id: "a" | ||
text: "The visual CSS theme for the WordPress site." | ||
- id: "b" | ||
text: "A plan for organizing the pods on different nodes." | ||
- id: "c" | ||
text: "An importable file that contains the application's component configurations." | ||
is_correct: true | ||
- id: "d" | ||
text: "A log file that records deployment errors." | ||
- id: "q4" | ||
text: "Which of the following are key actions the course teaches you to perform directly within the Meshery user interface? (Select all that apply)" | ||
type: "multiple-answer" | ||
marks: 2 | ||
options: | ||
- id: "a" | ||
text: "Importing and merging design files." | ||
is_correct: true | ||
- id: "b" | ||
text: "Writing the PHP code for the WordPress application." | ||
- id: "c" | ||
text: "Validating the design and deploying it to the cluster." | ||
is_correct: true | ||
- id: "d" | ||
text: "Visualizing the deployed resources after a successful deployment." | ||
is_correct: true | ||
- id: "q5" | ||
text: "What specific Kubernetes object is used to request storage from a Persistent Volume?" | ||
type: "single-answer" | ||
marks: 2 | ||
options: | ||
- id: "a" | ||
text: "A StorageClaim" | ||
- id: "b" | ||
text: "A Persistent Volume Claim (PVC)" | ||
is_correct: true | ||
- id: "c" | ||
text: "A Secret" | ||
- id: "d" | ||
text: "A StatefulSet" | ||
- id: "q6" | ||
text: "The tutorial utilizes Meshery Playground as the environment for this deployment. What is the primary benefit of using the Playground?" | ||
type: "single-answer" | ||
marks: 2 | ||
options: | ||
- id: "a" | ||
text: "It allows you to learn without needing to set up your own Kubernetes cluster." | ||
is_correct: true | ||
- id: "b" | ||
text: "It provides a text editor for modifying WordPress." | ||
- id: "c" | ||
text: "It automatically purchases the fastest available storage." | ||
- id: "d" | ||
text: "It is the only place where WordPress can be legally deployed." | ||
- id: "q7" | ||
text: "Why is it necessary to create a Kubernetes Secret for the MySQL password?" | ||
type: "single-answer" | ||
marks: 2 | ||
options: | ||
- id: "a" | ||
text: "To make the password available to the public." | ||
- id: "b" | ||
text: "To avoid hardcoding sensitive information directly into configuration files." | ||
is_correct: true | ||
- id: "c" | ||
text: "To automatically generate a strong password." | ||
- id: "d" | ||
text: "To encrypt the entire MySQL database." | ||
layout: "test" | ||
type: "test" | ||
--- |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.