6.6 Lab Review
Hi All
This might be very stupid question but kindly explain:
In the review file point 13 states
" Locate the token of the securityaccount. Create a file called /tmp/securitytoken. Put only the value of token: isequal to, a long string that may start with eyJh and be several lines long. Careful that only that string exists in the file."
Its kind of ambiguous:
so what should be the o/p in the file (suppose xyz.... is the token):
**token: xyz........
or
xyz.......**
Comments
-
Hi @diveshpanwar,
Provided that the token is stored in a key/value pair format, then "only the value of the token" followed by the description of the value string describes the "xyz..." string, and not the "token:" string. Therefore the file should include only the value string of the token, not the "token:" key.
Regards,
-Chris0 -
I'm a little bit shocked by this point, of the domain review.
I can understand that the first part is to test the ability to find this token, but I don't understand why is required to write this token to a temp file, and after that, without an intermediate step, step 14 asks to remove any created resource on the domain review.What is the purpose of this temp file?
Regards
1 -
Hi @Oscmedgon,
The domain reviews are meant to test learners' abilities to run specific tasks independently, without much "help", similar to a real world administration scenario. Knowing how to extract specific details and/or information from an API object is a valuable skill, and this particular scenario tests the ability to extract the value of a predefined token.
Also, it is common practice to delete/remove resources and artifacts created during an exercise, in order to free up resources - cpu, memory, and disk space.
Regards,
-Chris0 -
Hi @chrispokorni,
Actually I would really like to see the solution for all the domain reviews, as this would help a trainee to see if they are doing stuff right.A good example is this last task. so even if you fulfilled all task and have created a clusterRole + binding + serviceAccount , you just don't know if the permissions have been correct... That's very disappointing to me....1 -
Hi @leon.kupper,
Solutions have not been compiled for the domain review questions, however, a few methods of solving this specific question can be found in the forums.
Regards,
-Chris0 -
How to create serviceaccount with secret token
0 -
I agree that task ends a bit unmotivated. There is nothing to do with the token. There is little point in learning how to create the token if you don't know how to use it and what it is for. I think follow up tasks are missing like:
- create a pod that you can exec into with curl inside
- mount that tmp file as a volume to that pod
- from within that pod, use the token to access list the rest api that lists the pods of the cluster via curl
- repeat, but instead of mounting the tmp file, bind the pod to the service account, find the token inside the pod and list the pods using curl again.
or something like that.
1
Categories
- All Categories
- 177 LFX Mentorship
- 177 LFX Mentorship: Linux Kernel
- 754 Linux Foundation IT Professional Programs
- 374 Cloud Engineer IT Professional Program
- 170 Advanced Cloud Engineer IT Professional Program
- 74 DevOps IT Professional Program - Discontinued
- 5 DevOps & GitOps IT Professional Program
- 100 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 2 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 5 Cloud & Containers Training
- 1 Cybersecurity Training
- 2 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 1 Networking Training
- 2 Open Source Best Practice Training
- 2 System Administration Training
- 1 System Engineering Training
- 1 Web & Application Development Training
- 794 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 89 Storage
- 769 Linux Distributions
- 81 Debian
- 68 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 112 Mobile Computing
- 20 Android
- 77 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 393 Off Topic
- 121 Introductions
- 182 Small Talk
- 29 Study Material
- 977 Programming and Development
- 310 Kernel Development
- 649 Software Development
- 990 Software
- 382 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)