diff --git a/README.md b/README.md
index 2e70bcf..334f8b1 100644
--- a/README.md
+++ b/README.md
@@ -10390,6 +10390,37 @@ oc adm policy add-role-to-user view user1 -n wonderland
`oc whoami --show-context`
+#### OpenShift - Serverless
+
+
+What is OpenShift Serverless?
+
+ - In general 'serverless' is a cloud computing model where scaling and provisioning is taken care for application developers, so they can focus on the development aspect rather infrastructure related tasks
+ - OpenShift Serverless allows you to dynamically scale your applications and provides the ability to build event-driven applications, whether the sources are on Kubernetes, the cloud or on-premise solutions
+ - OpenShift Serverless is based on the Knative project.
+
+
+
+What are some of the event sources you can use with OpenShift Serverless?
+
+ * Kafka
+ * Kubernetes APIs
+ * AWS Kinesis
+ * AWS SQS
+ * JIRA
+ * Slack
+
+More are supported and provided with OpenShift.
+
+
+
+Explain serverless functions
+
+
+
+What is the difference between Serverless Containers and Serverless functions?
+
+
#### OpenShift - Misc
@@ -12354,6 +12385,18 @@ Data about data. Basically, it describes the type of information that an underly
I can't answer this for you :)
+
+What's KPI?
+
+
+
+What's OKR?
+
+
+
+What's the difference between KPI and OKR?
+
+
#### YAML