Siddharth Mehtasid21.hashnode.dev·Aug 24, 2024Easy install Kubernetes cluster with kind on windows 11Well I was exploring ways to install a Kubernetes cluster in my machine, then I found out about Kind. Now what is Kind ? Its a tool for running local Kubernetes clusters using Docker containers as nodes. Kind was primarily designed for testing Kubern...DiscussKubernetes
Satria Putrasatriacening.hashnode.dev·Jul 22, 2024Cara install Odoo di Windows/Linux/MacOdoo adalah salah satu software ERP (Enterprise Resource Planning) yang open-source atau gratis digunakan secara legal. Sebelumnya, Odoo dikenal dengan nama OpenERP. Didirikan oleh Fabien Pinckaers pada tahun 2005, Odoo telah berkembang pesat dan dig...Discuss·1 likeOdoo
Rohit Rajputdevops-rohit.hashnode.dev·Jan 9, 2024Docker Installation on Linux (Ubuntu)Installation of Docker Desktop Open Docker Docs on browser. Now click on the Download .deb button. Installation of Docker Engine First we will remove all the remove all the conflicting and broken packages if previously present. for pkg ...Discuss·11 likes·55 readsDocker
Mary Ajayiyourtechie.hashnode.dev·Dec 17, 2023How to Install and Use Azure CLI in Visual Studio CodeIntroduction In this guide, we will walk through the steps on how to install and use the Azure Command-Line Interface (CLI) in Visual Studio Code. Azure CLI allows you to interact with Microsoft Azure services directly from the command line, and inte...Discuss·11 likes·1.1K readsinstall
Prashanth Gowda G Rpgr.hashnode.dev·Dec 13, 2023Static Webpage deployment using Git-Jenkins-Docker-NginxInstall Jenkins using the below commands for Ubuntu 22.04 apt-get update apt install openjdk-11-jre curl -fsSL https://pkg.jenkins.io/debian/jenkins.io-2023.key | sudo tee \ /usr/share/keyrings/jenkins-keyring.asc > /dev/null echo deb ...Discuss·155 readsGit
Girdhar Kajalkajalgirdhar05.hashnode.dev·Aug 28, 2023Kubernetes: The King of Containers📍Introduction Kubernetes is a portable, extensible, open-source platform for managing containerized workloads and services, that facilitates declarative configuration and automation. It has a large, rapidly growing ecosystem. Kubernetes services, su...Discuss·198 reads2Articles1Week
Luan Rodriguesluanrodrigues.com.br·Jul 18, 2023Como instalar o NodeJS a partir dos binários - Ubuntu 22.041º - Atualize o sistema operacional. sudo apt update && sudo apt upgrade No site oficial do node.js você pode baixar os binários mais recentes como mostra a figura abaixo. Na data que escrevo, a versão LTS(long time support) é a 18.16.1. Usaremos el...Discuss·32 readsNode.js
Ameye Olayinkarh124byameye.hashnode.dev·May 11, 2023Chapter 14: Install and Update Software PackagesHello there! Today, I tackled the lab exercises for chapter 14 of my RH124 course, which covered installing and updating software packages in a Red Hat system. In this chapter, I explored how software is packaged and provided through RPM packages an...Discuss·563 readsRHEL9
Arunarunarivanandam.hashnode.dev·Apr 11, 2023Getting Started with Django- Installation GuideGetting started with Django can be a bit tricky for beginners, but with a step-by-step approach, you can quickly create your first Django project and add it to a GitHub repository. In this article, we'll go through the process of creating a Python en...Discuss·40 readsDjango
Asherasherl.com·Mar 5, 2023How to install Spinnaker in a Kubernetes Cluster?Installing Spinnaker in a Kubernetes cluster is very straightforward. Here are the things we will do: Install Spinnaker Operator Install Spinnaker Modify spinnakerservice. (Add overridebaseUrl & GitHub Oath) Exposing spinnaker via Ingress Insta...Discuss·173 readsDigitalOcean