Category: Tech Series

  • Step-by-Step Guide to Create a Kubernetes Cluster on Linux VMs

    Step-by-Step Guide to Create a Kubernetes Cluster on Linux VMs

    This article will guide you how to create a Kubernetes Cluster on VM (Virtual Machines). This configuration is advantageous for establishing a physical Kubernetes cluster on your virtual machines. In this scenario, there will be one Master Node and one Worker Node on separate Ubuntu servers. Step 1 – Set hostname on each Node 1.…

  • How to Get All Users From Site Group in SharePoint 2013 Using REST API

    How to Get All Users From Site Group in SharePoint 2013 Using REST API

    You can perform essential create, read, update, and delete (CRUD) operations by REST API in SharePoint 2013. The REST interface exposes all the SharePoint entities and services available in the other SharePoint client APIs. One advantage of using REST is that you don’t have to add references to any SharePoint libraries or client assemblies. Instead,…