Category: Tech Series

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

    The Perfect 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. Let’s Learn How To Create Kubernetes Cluster! Step 1…

  • REST API in SharePoint: 1 Best Way To Get All Users From Site

    REST API in SharePoint 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…