Topics Key Concepts Docker Customize a docker image for your app local Kubernetes cluster with Minikube Minikube Running Pod/Container Related topics Key Concepts Docker : Docker is a technology that enables you to deploy applications and services quickly and easily. Docker app : A Docker app runs using a Docker image Docker image : AContinue reading “Docker, container, Kubernetes”
Tag Archives: Developer
Visual Studio Code Online
Actually, I really like the visual studio code online! Prerequisites For using the Visual Studio Code Online an Azure subscription in necessary, because the IDE is being hosted on the Azure and a resource group is created for it. Start with Visual Studio Code Online The URL is : https://online.visualstudio.com/login After sign-in to vs code,Continue reading “Visual Studio Code Online”
Managing Secrets
Managing the secrets must be considered at different levels: Source Code Level for example hard coded in source code. Repository Level for example Git/ Git Hub. Infrastructure Level for example for developing the infrastructure as code. Source Code Level To prevent to have secrects at code level, it’s enough not to write the users, passwords,Continue reading “Managing Secrets”
Authentication methods
Azure Authentication via Active Directory Disadvantage of Active Directory If a company has use the Active Directory of the authentication and the personals are allowed to do home office, therefore they need to use VPN Connection to authenticate to the company’s Active Directory. This isn’t so secure. Manage and authentication for mobile and modern devicesContinue reading “Authentication methods”
Azure APP Service
Definition Azure provides App Services through Azure Service Fabric. This abstracts the serviaces and underlying resources through the app service. When and why we should use it? Unique capability of each App Service App Service Description Web Apps – is used to host web application. API Apps – is used to host APIs. Mobile AppsContinue reading “Azure APP Service”