Official Doc Is Available At: Kubeadmin Password Is Present Here: /home/opsadm/kubeadminpassword/ Ldap
Official Doc Is Available At: Kubeadmin Password Is Present Here: /home/opsadm/kubeadminpassword/ Ldap
LDAP:
- Edit yaml
- bindDN: ""
bindPassword:
name: ldap-secret
ca:
name: ca-config-map
insecure: false
url: "ldaps://ldaps.example.com/ou=users,dc=acme,dc=com?uid"
- There will be a ansible playbook file and all kubernetes resources, rest all will be
utilized by this playbook.
- playbook have minor errors (indentation)we need to change and can be checked
by –syntax-check command → $ ansible-playbook –syntax-check file_name
Configure Alert-manager:
Migrate Application:
Configure a Cronjob:
- Create project
- Create sa
- The Job should be executed at 4.05 every 2nd day of the month.
- successfullJobHIstoryLimit should be 14
NTP Configuration:
- In product document search for [i] day-2 then [ii] post-machine-configurations taks
[iii] search for butane
[iv] apply same procedure as given in doc
NOTE: entries inside inline section like pool is already given in yaml chrony.conf
provided in question.
REFERENCE LINKS:
================
https://access.redhat.com/documentation/en-us/openshift_container_platform/4.10?overr
idden_route_name=red_hat_documentation.product_page&base_route_name=red_hat_
documentation.product_page&page_manager_page=product_page&page_manager_pa
ge_variant=product_page-panels_variant-0&page_manager_page_variant_weight=0
https://access.redhat.com/documentation/en-us/openshift_container_platform/4.10/html/
post-installation_configuration/post-install-machine-configuration-tasks
Install an Operator:
- Create PVC
- Create deployment by using image given in question
- Mount path given in question
- Then attach pvc to deployment by using $ oc set volume deployment –help
~~~
$ oc create deployment my-dep --image=nginx --replicas=3
$ oc get all
$ oc set volume deployment –help
$ oc expose deployment D_name --port=8080
$ oc create route edge --service=S_name –hostname=lambda.apps.example.com
~~~
Role exercise:
https://role.rhu.redhat.com/rol-rhu/app/courses/do380-4.10/pages/ch10s02 –