Remove Download Remove Linux Remove Load Balancer Remove Resources
article thumbnail

Azure Virtual Machine Tutorial

The Crazy Programmer

Resource group – Here you have to choose a resource group where you want to store the resources related to your virtual machine. Basically resource groups are used to group the resources related to a project. you can think it as a folder containing resources so you can monitor it easily. Management.

Azure 249
article thumbnail

Azure Training Courses | New January Releases

Linux Academy

Now we’re excited to announce our completely revamped Azure courses with included hands-on labs, interactive diagrams, flash cards, study groups, practice exams, downloadable course videos, and even more features! Linux Academy is the only way to get exam-like training for multiple Microsoft Azure certifications. with Chad Crowell.

Azure 80
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

The Good and the Bad of Docker Containers

Altexsoft

Gone are the days of a web app being developed using a common LAMP (Linux, Apache, MySQL, and PHP ) stack. Launched in 2013 as an open-source project, the Docker technology made use of existing computing concepts around containers, specifically the Linux kernel with its features. Now the software is available for macOS, too.

article thumbnail

Getting Started with Kubernetes Using Minikube

Linux Academy

On the macOS machine that I’m going to use,I will download the latest static binary, make it executable, and put it into my $PATH: $ curl -Lo minikube [link] && chmod +x minikube && mv minikube /usr/local/bin/. 💿 Downloading Minikube ISO. Now I have access to the minikube CLI. MB / 184.30

article thumbnail

Terraform Tutorial Part 1: How to Create and Manage Infrastructure

Gorilla Logic

To easily and safely create, manage, and destroy infrastructure resources such as compute instances, storage, or DNS, you can save time (and money) using Terraform , an open-source infrastructure automation tool. Withi n this series, we’ll use Terraform to create resources on AWS. Find the package for your system here and download it.

article thumbnail

Using CI/CD to deploy web applications on Kubernetes with ArgoCD

CircleCI

It can deploy code changes directly to Kubernetes resources by pulling it from Git repositories instead of an external CD solution. In Kubernetes, namespaces provide a mechanism for isolating groups of resources within a single cluster. All the resources would be created in this namespace. Exposing the ArgoCD API server.

article thumbnail

Deploy a serverless workload on Kubernetes using Knative and ArgoCD

CircleCI

It deploys code changes directly to Kubernetes resources by pulling them from Git repositories. avik6028/nodejs-knative-argocd:latest name: user-container ports: - containerPort: 1337 protocol: TCP readinessProbe: successThreshold: 1 tcpSocket: port: 0 resources: {} enableServiceLinks: false timeoutSeconds: 300 status: {}.