
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 9,746 Views
Would OpenSSL commands be provided on the exam just like in the training or do we have to memorize them ?
EDIT:
I want to broaden the question.
Do you need to memoraze yaml configuration files as well ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 4,655 Views
Hi Fernando,
What about the sysadmins who have skills for other linux flavours like IBM iKeyman Tool or others ? Can we include some sort of openssl basics to the course lectures if we are using it in the DO280 course ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 4,621 Views
Hi Chetan,
Though openssl and general TLS certificate management are not instructional goals of DO280, that knowledge is necessary to pass the exam, and for any real-world sysadmin job that includes managing web servers, REST services, and other applications that use TLS security.
We are exploring alternatives to teach these topics in more depth such as tech overviews, expert extras, or even appendixes to add to course books such as the one from DO280.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 4,617 Views
Thanks for your reply ! I am sure that would be a great help for many learners ( especially the appendixes ) .
Thanks again for your time !
Regards.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 4,848 Views
Hello Yamato-san,
Please check the test objectives. In my opinion, it (the networking section) is quite obvious. There isn't much room for your own interpretation even if I am a non-native English speaker.
Configure networking components
- Troubleshoot software-defined networking
- Create and edit external routes
- Control cluster network ingress
- Create a self signed certificate
- Secure routes using TLS certificates
Good luck. :-)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 4,816 Views
There is oc explain and there are man pages. All the documentation is on the system.
The problem i see with a lot of openshift courses, they teach openshift, and not k8s.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 4,720 Views
Hi rmokkink,
What you think we miss about teaching Kubernetes vs teaching OpenShift? We are open to improving our courseware.
After all OpenShift is Kubernetes, and any real production Kubernetes has to add *lots* of stuff over the "vanilla" upstream Kubernetes. Anything that works in vanilla Kubernetes should work, unchanged, with OpenShift, except things that are very infrastructure-dependent such as ingress and storage controllers, but them it would be true for any Kubernetes distribution in the market and also for all cloud-managed offerings.
The hard truth is that there's no "standard" Kubernetes for real-world, production scenarios. Don't be fooled by what you can "easily" do with minikube and kino. You'll have to make decisions and add stuff that will make your environment different than everyone's else.
For example, a friend said that his company spent six months, with two full-time engineers + one full time architect, to create a useable production Kubernetes cluster, and that was just adding things you get pre-installed with OpenShift, such as metrics and authentication. They were using a big cloud xKS service. Red Hat have a number of customers that followed that route and later switched to OpenShift because it was just better ROI.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 4,741 Views
While preparing for EX280, for the OpenSSL commands I generally use
man x509
and find my way from there
I also practice using docs.openshift.com so I know where to find certain topics.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 4,556 Views
man req (EXAMPLES)
and
openssl rsa -in encrypted.key -out plaintext.key
are something I always keep in mind regarding self signed certificates
Alexander
- « Previous
-
- 1
- 2
- Next »