Setup and Configure CentOS Linux Server on Hyper-V

Поделиться
HTML-код
  • Опубликовано: 6 окт 2024
  • In this episode, we will go through the installation and configuration of CentOS Linux server on a Windows 10 hypervisor (Hyper-V/VirtualBox).
    This is the first step in setting up a multi-node Kubernetes cluster. I made this presentation to concentrate solely on setting up a CentOS server so that those who are only interested in getting a CentOS up and ready benefit from it. In future episodes, we will install more CentOS servers and will set up a scale-out Kubernetes cluster.
    References made in this presentation:
    CentOS install page:
    isoredirect.cen...
    VirtualBox installation page for those with Win 10 Home versions:
    www.virtualbox...
    Setting up NAT on Hyper-V: • Setup NAT (Network Add...
    Setting up NAT on VirtualBox: www.virtualbox...
    Install OpenSSH client on Windows 10 (Run from PowerShell command line: “Add-WindowsCapability -Online -Name OpenSSH.Client*”
    My Other Videos:
    ► Cilium Kubernetes CNI Provider, Part 1: Overview of eBPF and Cilium and the Installation Process • Cilium Kubernetes CNI ...
    ►Cilium Kubernetes CNI Provider, Part 2: Security Policies and Observability Leveraging Hubble
    • Cilium Kubernetes CNI ...
    ► Cilium Kubernetes CNI Provider, Part 3: Cluster Mesh
    • Cilium Kubernetes CNI ...
    ► Kubernetes kube-proxy Modes: iptables and ipvs, Deep Dive:
    • Kubernetes kube-proxy ...
    ►Kubernetes: Configuration as Data: Environment Variables, ConfigMaps, and Secrets:
    • Kubernetes: Configurat...
    ►Configuring and Managing Storage in Kubernetes:
    • Configuring and Managi...
    ► Istio Service Mesh - Securing Kubernetes Workloads:
    • Istio Service Mesh - S...
    ► Istio Service Mesh - Intro
    • Istio Service Mesh (si...
    ► Understanding Kubernetes Networking. Part 5: Intro to Kubernetes Network Policies:
    • Understanding Kubernet...
    ► Understanding Kubernetes Networking. Part 4: Kubernetes Services:
    • Kubernetes services - ...
    ► Understanding Kubernetes Networking Part 3: Calico Kubernetes CNI Provider in-depth:
    • Understanding Kubernet...
    ► Understanding Kubernetes Networking. Part 2: POD Network, CNI, and Flannel CNI: Plug-in: • Understanding Kubernet...
    ►Understanding Kubernetes Networking. Part 1: Container Networking: • Video
    ► A Docker and Kubernetes tutorial for beginners:
    • A Docker and Kubernete...
    ►Step by Step Instructions on Setting up Multi-Node Kubernetes Cluster on CentOS: • Step by Step Instructi...
    ► Setup a "Docker-less" Multi-node Kubernetes Cluster On Ubuntu Server:
    • Setup a "Docker-less" ...
    ►Setup NAT (Network Address Translation) on Hyper-V: • Setup NAT (Network Add...
    ► Enable Nested Virtualization on Windows to run WSL 2 (Linux) and Hyper-V on a VM: • Enable Nested Virtuali...
    ►Setup a Multi-Node MicroK8S Cluster on Windows 10: • Setup a Multi Node Mic...
    ► Detailed Windows Terminal, (WSL 2), Linux, Docker, and Kubernetes Install Guide on Windows 10:
    • Detailed Windows Termi...

Комментарии • 9

  • @VincenzoTilotta
    @VincenzoTilotta 2 года назад

    A good motivation!

  • @pkkurra123
    @pkkurra123 3 года назад

    Sir, I see you are using powershell as a terminal. but how r u getting linux kind of terminal interface?

    • @TheLearningChannel-Tech
      @TheLearningChannel-Tech  3 года назад

      @Praveen Kurra, that is an "ssh" session. You'll need to install "ssh" server on the Linux and "ssh" client on Windows. Here is a link how to set up open ssh on Windows: docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse
      After setting up ssh on both Linux and Windows, from Powershell terminal you can issue "ssh YOUR_LINUX_ID@IP_ADDRESS_OF_LINUX". Hope this helps.

  • @bijanpartovi9768
    @bijanpartovi9768 2 года назад

    Hi, Sorry this question is not related directly to this video would appreciate if you would respond. I switch between Linux and Windows constantly and want to share files and folders without copying stuff back and forth, any advice? Thank you!

    • @TheLearningChannel-Tech
      @TheLearningChannel-Tech  2 года назад

      Hey Bijan, sure I'll put together a quick video so that it may help others as well.

    • @bijanpartovi9768
      @bijanpartovi9768 2 года назад

      @@TheLearningChannel-Tech Sounds great, thank you very much!

    • @TheLearningChannel-Tech
      @TheLearningChannel-Tech  2 года назад

      @@bijanpartovi9768 Done: ruclips.net/video/MzHX6eUlZfs/видео.html

    • @bijanpartovi9768
      @bijanpartovi9768 2 года назад

      @@TheLearningChannel-Tech Wow! Thank you very much for so quickly creating it! Really appreciate it!!

    • @Danjovisagat
      @Danjovisagat 2 года назад

      You need a samba file share running from linux to share files with windows, had to do the same for a plex server.