Deploy an application dotnetcore on Kubernetes locally Installing application dotnetcore demo: Running the app locally: Navigate to the project folder at dotnet-docker/samples/aspnetapp/aspnetapp. Go to http://localhost:5000 in a browser to test the app. Press Ctrl+C at the command prompt to stop the app. Building the application on Docker container: Navigate to the Dockerfile folder at dotnet-docker/samples/aspnetapp. Run the following…
Tag: kubectl
Kuma Mesh – Commun Commands
The project Kuma Mahs is useful tool to create powerful systems based in microservices. To install and execute the commands you have to install Kuma and the app example available in: https://kuma.io/docs/1.1.2/quickstart/kubernetes/ Enviroment variables used: {{meshe}} = default {{namespace}} = kuma-demo Listing Traffic Permissions: Kuma – GUI: Creating a Traffic Permission: Listing the detail about…
Basic kubectl Commands
List of some basic and usefull commands of kubectl
Installing Kubernetes using Ubuntu
Installing minikube Running Minikube Downloading and installing kubectl Valindating the binary(optional) Installing kubectl Source: https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/ https://minikube.sigs.k8s.io/docs/start/ Voila! everything is installed!