Skip to content

Commit 21a5d3e

Browse files
Mihika-egovgitbook-bot
authored andcommitted
GitBook: [#407] No subject
1 parent 99ecd80 commit 21a5d3e

File tree

3 files changed

+56
-26
lines changed

3 files changed

+56
-26
lines changed

community/events/past-events.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Past Events
22

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+
331
## ADB-eGov Live Webinar on Digital Health Credentials
432

533
**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. 

events/README.md

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,7 @@
11
# Open Events
22

3-
## **Live webinar on DIVOC 3.0**
3+
Watch out for this space for updates in the future.
44

5-
**When:** Join us on Tuesday, January 17, 2023, to get an insight into the new features of DIVOC 3.0.
65

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-
##
306

317
[![Creative Commons License](https://i.creativecommons.org/l/by/4.0/80x15.png)](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/)_._

platform/troubleshooting-guide.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,34 @@ You will get a 401 status code when the Authentication/Authorisation Bearer toke
210210

211211
* 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>**
212212

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+
&#x20; \- CPU limit is exceeded by pods: In this case, modify the deployment by increasing the requests and limits on the CPU.
220+
221+
&#x20; \- Memory limit is exceeded by pods: In this case, modify the deployment by increasing the requests and limits on memory.
222+
223+
&#x20; \- 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+
&#x20; \- 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.
214226

227+
### How to apply OS updates or patches on DIVOC infrastructure
215228

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.&#x20;
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+
****
216242

217243
[![Creative Commons License](https://i.creativecommons.org/l/by/4.0/80x15.png)](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

Comments
 (0)