You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: community/events/past-events.md
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,33 @@
1
1
# Past Events
2
2
3
+
## **Webinar on DIVOC 3.0**
4
+
5
+
**When:** Join us on Tuesday, January 17, 2023, to get an insight into the new features of DIVOC 3.0.
6
+
7
+
**Time:** 2:00 PM - 3.00 PM IST
8
+
9
+
Click [**here**](https://us06web.zoom.us/webinar/register/WN\_\_4HmKK4hRZCHHrho5j8PBQ)**** to register for the webinar. 
10
+
11
+
### **What will be covered**
12
+
13
+
The release provides the platform with the ability to generate different types of verifiable credentials. New features also include multi-tenancy capabilities, where multiple tenants can issue VCs with their own schemas and templates; the capability to update/modify certificate content; and the ability to revoke/suspend certificates.
14
+
15
+
### **Highlights**
16
+
17
+
* Benefits and features of DIVOC 3.0:
18
+
19
+
 \- Multi-tenancy capabilities \[VC as a service].
20
+
21
+
 \- Multi-schema capabilities by multiple tenants.
22
+
23
+
 \- Universal verifier for all schema.
24
+
25
+
 \- Generate/update/revoke/suspend services for certificates
26
+
27
+
* Explore how DIVOC 3.0 can fasttrack a nation’s digital health strategy.
28
+
29
+
##
30
+
3
31
## ADB-eGov Live Webinar on Digital Health Credentials
4
32
5
33
**When:** Join us on **Wednesday, March 30, 2022**, to understand the use of digital health credentials for COVID-19 vaccination and testing campaigns, and beyond. 
Watch out for this space for updates in the future.
4
4
5
-
**When:** Join us on Tuesday, January 17, 2023, to get an insight into the new features of DIVOC 3.0.
6
5
7
-
**Time:** 2:00 PM - 3.00 PM IST
8
-
9
-
Click [**here**](https://us06web.zoom.us/webinar/register/WN\_\_4HmKK4hRZCHHrho5j8PBQ)**** to register for the webinar. 
10
-
11
-
### **What will be covered**
12
-
13
-
The release provides the platform with the ability to generate different types of verifiable credentials. New features also include multi-tenancy capabilities, where multiple tenants can issue VCs with their own schemas and templates; the capability to update/modify certificate content; and the ability to revoke/suspend certificates.
14
-
15
-
### **Highlights**
16
-
17
-
* Benefits and features of DIVOC 3.0:
18
-
19
-
 \- Multi-tenancy capabilities \[VC as a service].
20
-
21
-
 \- Multi-schema capabilities by multiple tenants.
22
-
23
-
 \- Universal verifier for all schema.
24
-
25
-
 \- Generate/update/revoke/suspend services for certificates
26
-
27
-
* Explore how DIVOC 3.0 can fasttrack a nation’s digital health strategy.
28
-
29
-
##
30
6
31
7
[](http://creativecommons.org/licenses/by/4.0/)_All content on this page by_[_eGov Foundation_](https://egov.org.in/)_is licensed under a_[_Creative Commons Attribution 4.0 International License_](http://creativecommons.org/licenses/by/4.0/)_._
Copy file name to clipboardExpand all lines: platform/troubleshooting-guide.md
+27-1Lines changed: 27 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -210,8 +210,34 @@ You will get a 401 status code when the Authentication/Authorisation Bearer toke
210
210
211
211
* If you are still not able to generate certificate, then check the logs of deployments one by one using this command: **kubectl logs -f deployment/\<deployment\_name> -n \<divoc\_namespace>**
212
212
213
-
****
213
+
## Common Infrastructure Maintenance Issues
214
+
215
+
### Pods restart frequently
216
+
217
+
* If you run **kubectl get pods -n \<divoc-namespace>** and see that the number of pod restarts is high. There can be multiple reasons to pod restarts:
218
+
219
+
 \- CPU limit is exceeded by pods: In this case, modify the deployment by increasing the requests and limits on the CPU.
220
+
221
+
 \- Memory limit is exceeded by pods: In this case, modify the deployment by increasing the requests and limits on memory.
222
+
223
+
 \- Memory issue in the machine on which Kubernetes (worker node) is installed: To address this, one can increase the number of worker nodes or increase the memory of worker nodes and then recreate pods if necessary.
224
+
225
+
 \- Code issue: Sometimes there can be an issue with the code or the configuration might be missing. In such cases, one needs to fix the bug.
214
226
227
+
### How to apply OS updates or patches on DIVOC infrastructure
215
228
229
+
Typically, DIVOC infrastructure is built over a cluster of Kubernetes, Kafka, and Postgres. As part of the operations, one of the key tasks of the infrastructure team is to apply security patches and updates to the OS. 
230
+
231
+
**Note:** One should never directly log into a machine and apply a patch directly on a cluster of nodes. This should be done only for standalone servers and not cluster-based servers. This problem does not occur in Cloud-managed infrastructure. This is an issue only on self-managed or on-premise infrastructure.
232
+
233
+
In this section, we will discuss how to apply patches to the cluster without bringing down the application.
234
+
235
+
The general guidelines when dealing with the cluster are the following:
236
+
237
+
* Disconnect the server from the cluster.
238
+
* Apply patches to the server.
239
+
* Rejoin the server back to the cluster.
240
+
241
+
****
216
242
217
243
[](http://creativecommons.org/licenses/by/4.0/)_All content on this page by_[_eGov Foundation_](https://egov.org.in/)_is licensed under a_[_Creative Commons Attribution 4.0 International License_](http://creativecommons.org/licenses/by/4.0/)_._
0 commit comments