Search

Educational Episodes: Hyperconverged Infrastructure (HCI)

Featured blog posts

Trending topics you shouldn't miss

All blog posts

Every post, every insight, all in one place
View:
Mikhail Rodionov
  • Mikhail Rodionov
  • January 28, 2020

Deploying Django Project to AWS Elastic Beanstalk, Part 2: Database Settings Configuration

Part 1 of this topic covered why using AWS Elastic Beanstalk (EB) can be more beneficial for making apps if you are using Django. It showcased how to prepare your Django project for correct deployment via AWS EB. Part 2 will explain how to configure the EB environment and the Django project to use Postgres database.

Read more
Nicolas Prigent
  • Nicolas Prigent
  • January 23, 2020

Sign in to Virtual Machine in Azure using Azure Active Directory Authentication

Online activities using malware and viruses increase exponentially every year. Even the smallest mishaps in cybersecurity policies may result in substantial damage. Therefore, who / how / and the way someone accesses your virtual machines is also important. Fortunately, Microsoft created a tool that allows using Azure RBAC and AD Conditional Access to control all of that. Read the guide by Nicolas Prigent, a Swiss Systems Engineer, to learn how to use Azure Active Directory to sign in to your VMs so that other Azure security tools are involved in the process.

Read more
Kevin Soltow
  • Kevin Soltow
  • January 22, 2020

Building FreeBSD File Server

Recently at my job, I was faced with a task to develop a file server explicitly suited for the requirements of the company. Needless to say, any configuration of a kind depends on what the infrastructure needs. So, drawing from my personal experience and numerous materials on the web, I came up with the combination FreeBSD+SAMBA+AD as the most appropriate. This combination is a harmonic addition to the existing network configuration since and enables admins with a broad range of possibilities for access control in Windows-based infrastructures. Also, Samba allows you to apply its network resources for Windows client OSs without any additional configurations required. Moreover, FreeBSD is well-documented.

Read more
Romain Serre
  • Romain Serre
  • January 21, 2020

Getting started with Azure AD Connect

Keeping your credentials and online behavior safe is key to upholding corporate cybersecurity. But the number of applications that are used on-premises and in the Web grow every day. Such conditions require employees to have various access identities with different credentials. Consequently, it causes unnecessary work complexity and potential online threats. Read the article by Romain Serre about using Azure AD Connect to synchronize identities across your on-premises and web application directories to enhance your cybersecurity.

Read more
Florent Appointaire
  • Florent Appointaire
  • January 16, 2020

Change the Windows Admin Center certificate

We all can get too wrapped up in our daily work, chores, and thoughts. Often times, it results in us forgetting to renew stuff, like the Windows Admin Center certificate, for example. Luckily, renewing it and updating it in the WAC itself takes just a few moments.

Read more
Florent Appointaire
  • Florent Appointaire
  • January 14, 2020

Setting Up a Free Azure Account

It’s always the hardest to start something but, once you do, it’s all downhill from there. Then again, you may need some encouragement and guidance to begin. Microsoft Azure is a multi-dimensional cloud service of a grand scale and getting to know it may seem intimidating. But there’s an option to start free to get the hang of it.

Read more
Kevin Soltow
  • Kevin Soltow
  • January 9, 2020

NIC Load Balancing on ESXi host: ESXCLI is the go-to choice

NIC or ports teaming in ESXi allows the hypervisor to share traffic among the physical and virtual networks, thereby increasing the bandwidth of vSphere virtual switch or a group of ports. It allows to load balance network traffic in the event of a hardware or network failure. Configuring the load balancing policy enables you to decide how exactly a standard switch is going to load balance the traffic between the physical NICs.

The team load balancing policy specifies how the virtual switch will load balance the traffic between the groups of ports. Nevertheless, there’s, of course, a catch. In case the established load balancing policy doesn’t match the networking equipment your host is connected to, there’ll be problems connecting your recently configured ESXi.

The team load balancing policy specifies how the virtual switch will load balance the traffic between the groups of ports. Nevertheless, there’s, of course, a catch. In case the established load balancing policy doesn’t match the networking equipment your host is connected to, there’ll be problems connecting your recently configured ESXi. This is precisely when the ability to configure the load balancing policy through the ESXi console has a moment to shine. It’s even more useful if a host is at a remote location. The point is, a lot of people think that not being able to ping the host is the end of the story. In most cases, this is quite possible, but if you still can console into the ESXi host through out-of-band remote management (IDRAC or else), all is not lost.

Read more
Alex Samoylenko
  • Alex Samoylenko
  • January 9, 2020

Tanzu Mission Control: VMware’s Vision for Unified Environments for Containers and VMs

Just as VMware’s Project Pacific implies, the plans for the further submergence into the world of containerized applications for vSphere clusters intends to deepen. VMware Tanzu Mission Control is to allow admins to manage Kubernetes clusters regardless of their residential environment. The tool is rumored to become the single base of all K8s cluster operations.

Read more