Building apps for Android/iOS?
Use FireBase
- Google Cloud mobile platform
 - Server less
 - Backend DB is Firestore (No SQL DB)
 - Authentication
 - Monitoring
 - Check out firebase.google.com
 
Container Registry and Artifact Registry
- To store docker images
 - Container Registry uses Google Cloud Storage buckets to store images
 - Cannot store jar/zip etc. Only container images only similar to Docker Hub
 - Artifact Registry is an evolution of Container Registry
 - Can store jar, zip, container images etc
 - Create repositories for different formats like docker, npm, python etc
 - Does not store in Google Cloud Storage buckets but in repositories
 - Repositories can be multi-region
 - Automatically encrypted
 
Security related services?
- KMS
 - Key management service
 - Create and manage cryptographic keys
 - For encrypting and decrypting data
 - Secret Manager
 - To manage DB passwords
 - Manage API Keys
 - Cloud Data Loss Prevention
 - Mask data like credit card numbers, passwords, credentials
 - Provides API
 - Cloud Armor
 - SQL Injection prevention
 - DDos Attack prevention
 - Cross site scripting (XSS) prevention
 - Web Security Scanner
 - Identifies vulnerability by running security tests
 - Binary Authorization
 - Ensures only trusted containers are deployed
 - Container Threat Detection
 - Checks for threats at runtime to containers
 - Cloud DLP
 - Find sensitive data in your cloud storage buckets
 
No comments:
Post a Comment