Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form

Category: AWS/Azure/OpenShift

This category describes the major cloud platforms such as AWS/Azure/Google Cloud/OpenShift

Pull and Deploy Nginx Container Images from Docker Hub

Posted on 12/09/202130/05/2023 Imoh Etuk By Imoh Etuk No Comments on Pull and Deploy Nginx Container Images from Docker Hub
Pull and Deploy Nginx Container Images from Docker Hub

This topic discusses Docker, which is a great container tool for building and deploying your application. Docker Hub stores public Docker images. You can use the Docker command-line interface (Docker CLI) for login, push, pull, and other container image operations on your container registry.  Docker simply makes it easy for you to package the image you build locally and deploy it…

Read More “Pull and Deploy Nginx Container Images from Docker Hub” »

AWS/Azure/OpenShift, Virtualization

Creating IAM Users, Adding MFA and Policies on AWS

Posted on 12/09/202125/01/2024 Temitope Odemo By Temitope Odemo No Comments on Creating IAM Users, Adding MFA and Policies on AWS
Creating IAM Users, Adding MFA and Policies on AWS

In this guide, we are going to discuss “Creating IAM Users: Adding MFA and Policies on AWS”. Let’s put you through what the IAM concept is before you start creating groups and users via the AWS management console. Please see Microsoft Azure Multi-Factor Authentication (MFA), What you need to know before integrating on-premise AD with…

Read More “Creating IAM Users, Adding MFA and Policies on AWS” »

AWS/Azure/OpenShift

How to create a static pod in Kubernetes

Posted on 09/09/202131/12/2023 Raphael Gab-Momoh By Raphael Gab-Momoh No Comments on How to create a static pod in Kubernetes
How to create a static pod in Kubernetes

In this article, we shall discuss How to create a static pod in Kubernetes. The concept of pods is very important because it’s just as a cell is to the human body. That is the basic unit of life! But before we talk about pods and most especially static pods. Let’s briefly talk about containers…

Read More “How to create a static pod in Kubernetes” »

AWS/Azure/OpenShift

Azure DevOps: Docker and Kubernetes Deployment with GitHub

Posted on 08/09/202123/03/2024 Imoh Etuk By Imoh Etuk No Comments on Azure DevOps: Docker and Kubernetes Deployment with GitHub
Azure DevOps: Docker and Kubernetes Deployment with GitHub

In this guide we will discuss “Azure DevOps: Docker and Kubernetes Deployment with GitHub”. That is show you how to dockerized an existing web application, put it in the source control, and get it deployed to Azure Kubernetes Service (AKS), and also set up a CI/CD pipeline. We will be looking at the integration between…

Read More “Azure DevOps: Docker and Kubernetes Deployment with GitHub” »

AWS/Azure/OpenShift, Version Control System

How to manage costs with AWS Budgets

Posted on 07/09/202104/09/2023 Temitope Odemo By Temitope Odemo No Comments on How to manage costs with AWS Budgets
How to manage costs with AWS Budgets

With AWS Budgets you can track and take necessary action on your AWS cost and usage. AWS Budgets can help you to monitor your aggregate utilization and can help you with your savings plans. This guide will focus on discussing how to manage costs with AWS Budgets. Please see How to Control Cloud Cost Using…

Read More “How to manage costs with AWS Budgets” »

AWS/Azure/OpenShift

Add or Remove Network Interface from a VM in Azure

Posted on 06/09/202115/09/2023 IT Expert By IT Expert No Comments on Add or Remove Network Interface from a VM in Azure
Add or Remove Network Interface from a VM in Azure

A network interface enables an Azure Virtual Machine to communicate with the internet, Azure, and on-premises resources. When creating a virtual machine using the Azure portal, the portal creates one network interface with default settings for you. Also, Network Interface Card (NIC) is assigned with an IP address and associated with NSG rules, which is…

Read More “Add or Remove Network Interface from a VM in Azure” »

AWS/Azure/OpenShift

Create an App Service Plan with Continuous Deployment to deploy a .NET Application from GitHub

Posted on 05/09/202129/08/2023 Imoh Etuk By Imoh Etuk No Comments on Create an App Service Plan with Continuous Deployment to deploy a .NET Application from GitHub
Create an App Service Plan with Continuous Deployment to deploy a .NET Application from GitHub

With Azure App Service, organizations or individuals looking to get their Web Apps, Mobile Apps or API Apps running without having to bother about managing the underlying infrastructure such as patching of Operating System, managing security, updating new software and patching the underlying virtualization can easily get it up and running within seconds. Just as…

Read More “Create an App Service Plan with Continuous Deployment to deploy a .NET Application from GitHub” »

AWS/Azure/OpenShift, Version Control System

Azure CI/CD: Configuring Email Notifications in Azure DevOps

Posted on 01/09/202115/12/2023 Imoh Etuk By Imoh Etuk 1 Comment on Azure CI/CD: Configuring Email Notifications in Azure DevOps
Azure CI/CD: Configuring Email Notifications in Azure DevOps

When building your first Azure CI/CD Pipeline on Azure DevOps, one of your responsibilities as the project administrator will be to manage notifications for a team, group, or organization so that can receive email notifications for each successful build or failure build pipeline. In his guide, we shall discuss “Azure CI/CD: Configuring Email Notifications in…

Read More “Azure CI/CD: Configuring Email Notifications in Azure DevOps” »

AWS/Azure/OpenShift, Version Control System

How to deploy an Angular App to AWS S3

Posted on 31/08/202120/12/2023 Temitope Odemo By Temitope Odemo No Comments on How to deploy an Angular App to AWS S3
How to deploy an Angular App to AWS S3

In this article, we are going to learn how easy it is to deploy an Angular web app to AWS S3 as quickly as possible. We shall be using VS Code as our IDE for our Angular source code. This deployment is very seamless when you put the right things in place and you do…

Read More “How to deploy an Angular App to AWS S3” »

AWS/Azure/OpenShift

How to deploy your Angular App to Azure from Visual Studio Code

Posted on 29/08/202120/12/2023 Temitope Odemo By Temitope Odemo 3 Comments on How to deploy your Angular App to Azure from Visual Studio Code
How to deploy your Angular App to Azure from Visual Studio Code

This guide will show you how easy it is in deploying your angular app to Azure right from your IDE-like visual studio code. The integration of Azure with VS Code is very seamless when you put the right things in place and you do the right thing. Azure is a public cloud computing platform from…

Read More “How to deploy your Angular App to Azure from Visual Studio Code” »

AWS/Azure/OpenShift, Version Control System

CI/CD Pipeline: Your First in Azure DevOps with ASP.Net Core

Posted on 29/08/202123/03/2024 Imoh Etuk By Imoh Etuk No Comments on CI/CD Pipeline: Your First in Azure DevOps with ASP.Net Core
CI/CD Pipeline: Your First in Azure DevOps with ASP.Net Core

In times past, CI/CD Pipeline software releases were scheduled in terms of weeks or even years before they were released to production. Subsequently, with the transformation agenda of DevOps, it is easier for software teams to release features in smaller batches that are often scheduled in days or weeks. However, some teams even deliver software…

Read More “CI/CD Pipeline: Your First in Azure DevOps with ASP.Net Core” »

AWS/Azure/OpenShift, Version Control System

How to Integrate SonarCloud with Azure DevOps Pipeline

Posted on 28/08/202110/09/2023 Temitope Odemo By Temitope Odemo No Comments on How to Integrate SonarCloud with Azure DevOps Pipeline
How to Integrate SonarCloud with Azure DevOps Pipeline

SonarCloud is an application that you can use to build robust and safe applications. With this application, you can use it to rapidly assess your code health to know where your code stands at every level of the software development life cycle (SDLC). This is an application that you can use to build clean code,…

Read More “How to Integrate SonarCloud with Azure DevOps Pipeline” »

AWS/Azure/OpenShift

How to secure access to your Virtual Machine with Just-in-Time (JIT) VM Access

Posted on 27/08/202129/09/2023 Imoh Etuk By Imoh Etuk No Comments on How to secure access to your Virtual Machine with Just-in-Time (JIT) VM Access
How to secure access to your Virtual Machine with Just-in-Time (JIT) VM Access

Just-in-Time (JIT) Access is one of the features of Azure Security Center. Azure Security Center by Microsoft is a solution that gives unified security management across hybrid cloud workloads. It offers threat protection for data centers within both cloud workloads and on-premises. The platform also works with hybrid clouds that aren’t a part of Azure….

Read More “How to secure access to your Virtual Machine with Just-in-Time (JIT) VM Access” »

AWS/Azure/OpenShift, Security | Vulnerability Scans and Assessment

Posts pagination

Previous 1 … 10 11 12 … 15 Next

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • fix windows activation 0x87E10BC6 error
    Fix Error 0x87E10BC6 on a PC running Windows non-core Edition Windows
  • SystemUtilization
    Delivering System Utilization Report on a Linux based OS Linux
  • rdp
    How to fix Remote Desktop can’t connect to the remote computer for one of these reasons Windows Server
  • HighA
    Virtual Machine Scale Set: Demonstrating High Availability in Azure AWS/Azure/OpenShift
  • 517443 637286201540125528 16x9 1
    User account and process management in Linux Linux
  • postgresql on windows
    Install PostgreSQL on Windows server as Veeam Database Engine Oracle/MSSQL/MySQL
  • windows 10 keyboard shortcut 1024x512 1
    How to create a Desktop shortcut in Windows Windows
  • ePO installation on Windows Server
    Trellix ePolicy Orchestrator Installation on Windows Server Security | Vulnerability Scans and Assessment

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,795 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive