Google Cloud – CloudIAM
Overview of Identity & Access Management IAM is about managing WHO has access to WHAT and the RESOURCES. Who could be an user/group/org, where as what they can do is about their privileges and what resources/services they can consume. Cloud IAM Objects Organization root node in the hierarchy Org Roles org admin control over all
Google Cloud – Virtual Machines
A high level overview of various compute and processing options offered in GCP Compute Engine Kubernetes Engine App Standard Engine App Flexible Engine Cloud Functions So what is Compute Engine? Its nothing but a bare metal VM a.k.a IaaS – Infrastructure as a Service. It allows us to choose the CPU, Memory, Storage, Networking and
Google Cloud VPC
VM instances without external IP addresses are isolated from external networks. Using Cloud NAT, these instances can access the internet for updates and patches, and in some cases, for bootstrapping. As a managed service, Cloud NAT provides high availability without user management and intervention. IAP uses your existing project roles and permissions when you connect
kube-install-config
Now knowing the basic of kubernetes, its about to do a hands-on with the installation & configuration of kubernetes. Infra Considerations to make before starting with the install, Where to install? Cloud IaaS – Virtual Machines PaaS – Managed Service On-Prem Bare metal Virtual Machines References – pick right solution Additional Considerations Network Cluster Scalability
Notes from Kubernetes
Journey of Kubernetes: This covers the key principles, architecture & components of Kubernetes. What is Kubernetes? In simple terms it’s a container Orchestrator, which means the Kubernetes manages the container based applications and is responsible in maintaining the desired state of the application. Workload Placement With the code we can define the c ode its
Apigee Internals
The three major Apigee services are API Services Developer Services Analytics Serviices API Services – The core services of Apigee Edge Router Takes the traffic from external systems and route to the Message Processor Message Processor MP – executes the policies that are associated with the API within the Org Space Management Server Exposes the
Data Protection
What is Sensitive Personal Data? EU GDPR Article 9 Definition – Special Categories of Data The processing of personal data, revealing Race or ethnic origin, Political opinion Religion or philosophical beliefs, Sexual orientation or gender identity, Trade-union membership and activities, The processing of genetic or biometric data or data concerning Health or sex life, Administrative
REST APIs
What is REST? Representational state transfer is a software architectural style that defines a set of constraints to be used for creating Web services. Web services that conform to the REST architectural style, called RESTful Web services. In REST the data & functionality are considered resources. The resources are manipulated using fixed set of operations,
Kotlin
Kotlin Getting Started Kotlin is the new / modern programming language used within the Android space. The primary focus of Kotlin is the simplicity of the programming language aided with the robustness & mature platform. The biggest plus is that its Interoperable with Java Kotlin Timeline 2011 2012 was made opensource late 2016 & early
Axway-OAM-SSO
Setting up Axway API Platform for Single-Sign-On using Oracle Access Manager. Env Setup: Axway & ASDK clients are installed on the same host Axway v753, ASDK 10g (10.1.4.3), ASDK 11g (11.1.2.2.0) OAM 11g (11.1.2.3 BP13) Step A OAM_Repository is created & configured as part of the application development OAM resource end point where the API
