Natali's older posts on Kubernetes, DevOps and Salesforce, from before George.
The Hidden Link Between AWS S3 Storage and the Human Brain. By Ilia Germa & Natali Cutic. Could it be that humans are more like computers than we ever imagined? The stunning parallels between Amazon Web Services’ (AWS) Simple Storage Service (S3) and the human brain might just make you think twice a
Written together with Noam Amrani, Based on GithubRepo. Introduction Effective communication inside the cluster is a critical aspect of Kubernetes deployments, yet it is often overlooked. Service communication in Kubernetes involves a variety of technologies, including a newer technology called eBPF
If you are familiar with Kubernetes and are looking to implement event-driven scaling for your applications, you may find KEDA to be a useful tool. KEDA (Kubernetes-based Event Driven Autoscaling) is an open source component that provides event-driven scaling for any container in Kubernetes. It allo
This is a follow up article to the Sela SDP lecture, Developer container tools.Created by Noam Amrani and I. A developer point of view Docker Desktop has recently updated their subscriptions. This move got us thinking about he way we are working with containers, especially as windows users. Is there
Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. Before diving into argoCD lets firs understand the consept of GitOps. What is GitOps? – GitOps is a way of implementing Continuous Deployment for cloud native applications. AS described by Weaveworks at its inception in 2017 G
To start create a Private Key and Self-Signed Digital Certificate: https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_auth_key_and_cert.htm Create a connected app in your org: Gir icon → setup → App Manager → New Connected App : Enter the details as follow:Connected Ap
Instructions: Inside your org: Create new connected-app:Gir icon → setup → App Manager → New Connected App : Enter the details as follow:Connected App Name : <YourProjectName>API Name: <YourProjectName>Contact Email: <YourEmail@allcloud.io>Enable OAuth Settings: VCallback URL: https://getpostman.com
The main difference is that the file and directory structures are different. force:source refers to the new “source” format, while force:mdapi refers to the old “metadata” format. As an example of the changes, in metadata format, a custom object is a single file, while in source format, an object ha