Sanitation
PlatformDomainsAcademyDesign SystemFeedback
DISHHA
DISHHA
  • Mission
    • Faceal Sludge and Septage Management
      • Background and Landscape
      • FSSM - a complex system
      • Pivotal Problems in FSSM
    • Our Vision for Sanitation
    • Mission Outcomes
      • Benefits for the Ecosystem
    • Operationalization Strategy
    • Glossary
  • Reference Applications
    • Exemplar
  • Sanitation Platform
    • Introduction
    • Field Research
      • Reference Personas
    • Platform Features
      • Desludging Service
      • User and Vendor Management
      • Treatment Quality Monitoring
      • Feedback
      • Fleet Tracking
      • Registry Integrations
    • Architecture
      • Taxonomy
      • Information Models
      • ER Diagram
      • Services
    • Policy and Governance
      • Decentralized Governance
      • Data Practices
      • Co-Creation and Innovation
    • Roadmap
    • Getting Started
      • On AWS
  • Ecosystem
Powered by GitBook

All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.

On this page
  • Pre-read:
  • 1. Choose the Cloud
  • 2. Deployment
  • 3. Destroy the Cluster
  • Conclusion:

Was this helpful?

Export as PDF
  1. Sanitation Platform

Getting Started

Last updated 3 years ago

Was this helpful?

Pre-read:

  • Know the basics of Kubernetes:

  • Know the commands

  • Know kubernetes manifests:

  • Know how to manage env values, secrets of any service deployed in kubernetes

  • Know how to port forward to a pod running inside k8s cluster and work locally

  • Know sops to secure your keys/creds:

1. Choose the Cloud

Choose you cloud and follow the Instruction to setup a Kubernetes cluster before moving on to the Deployment.

2. Deployment

3. Destroy the Cluster

Finally, cleanup the cluster Setup if you wish, using the following command. This will delete the entire cluster and other cloud resources that were provisioned for the DIGIT Setup.

cd DIGIT-DevOps/infra-as-code/terraform/my-digit-eks
terraformdestroy​

Conclusion:

All Done, we have successfully Created infra on Cloud, Deployed Digit in the cluster.

https://www.youtube.com/watch?v=PH-2FfFD2PU&t=3s
basics of kubectl
https://www.youtube.com/watch?v=ohSUtEfDefc
https://www.youtube.com/watch?v=OW244LxB4oI
https://www.youtube.com/watch?v=TT3nd5n5Yus
https://www.youtube.com/watch?v=DWzJ87KbwxA
On AWS