Deploying microservices to Kubernetes using OpenLiberty
OpenLiberty sample githubhttps://github.com/OpenLiberty/guide-kubernetes-introOpenLiberty tutorialhttps://openliberty.io/guides/kubernetes-intro.html#what-youll-learnMiniKubernetes installation...
View ArticleApplication deployment into Google Kubernetes Engine on Google Cloud
Kubernetes https://kubernetes.io/Google Kubernetes Engine https://cloud.google.com/container-engineSample app https://github.com/kelseyhightower/app It's a 12-Factor application with the following...
View ArticleContinuous Deployment (CD) with Jenkins and Kubernetes on Google Cloud
Jenkins on Kubernetes Engine https://cloud.google.com/solutions/jenkins-on-kubernetes-enginehttps://cloud.google.com/solutions/jenkins-on-kubernetes-engine-tutorialProvision a Jenkins environment on a...
View ArticleInstall microk8s on Fedora
HOWTOhttps://microk8s.io/#get-startedInstall snaphttps://snapcraft.io/docs/installing-snapdhttps://www.cyberciti.biz/faq/install-snapd-on-fedora-linux-system-dnf-command/[dave@localhost ~]$ sudo dnf...
View ArticleMicroK8s - deploy sample app
MicroK8s quick start guide https://microk8s.io/docs/K8S tutorial for sample appDeploy introduction https://kubernetes.io/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/Explore introduction...
View ArticleInstall Python3 on Centos 7
To avoid impact on Centos own Python 2 packages use Python3 venvInstall Python3 https://www.liquidweb.com/kb/how-to-setup-a-python-virtual-environment-on-centos/Create venv...
View ArticleFedora - convert DVD
RPM Fusion These tools require non-free resource - enable RPM Fusionhttps://docs.fedoraproject.org/en-US/quick-docs/setup_rpmfusion/ https://rpmfusion.org/Configuration/ Install non-free packages for...
View ArticleInstall Oracle WebLogic Server 14.1.1.0.0 on Fedora Linux
Downloadhttps://www.oracle.com/middleware/technologies/fusionmiddleware-downloads.htmlDocumentationhttps://docs.oracle.com/en/middleware/standalone/weblogic-server/14.1.1.0/index.htmlWeblogic JDK 11...
View ArticleAWS Lambda using Python
AWS HOWTOhttps://docs.aws.amazon.com/lambda/latest/dg/getting-started.html AWS repositoryhttps://github.com/awsdocs/aws-lambda-developer-guideCheck prerequisities[dave@dave ~]$ aws...
View ArticleAccess Weblogic log information through Elasticsearch and Kibana
Elastichttps://www.elastic.co/products/Kibanahttps://www.elastic.co/kibanaWebLogic Logging Exporter https://github.com/oracle/weblogic-logging-exporterInstall WebLogic Logging Exporter...
View ArticleCreate Weblogic 12.2.1.4 Docker image with Oracle JDK 8
Clone Oracle Docker image repohttps://github.com/oracle/docker-images/tree/master/OracleWebLogic Downloads Download Oracle JDK 8 for Docker image...
View ArticleCreate Azure VM using Terraform
Install Terraform on Fedorahttps://learn.hashicorp.com/tutorials/terraform/install-cli sudo dnf install -y dnf-plugins-coresudo dnf config-manager --add-repo...
View ArticleCreate Weblogic Docker domain using docker-compose
Docker compose https://docs.docker.com/compose/ docker-compose.yml filehttps://docs.docker.com/compose/compose-file/ Weblogic 12.2.1.4 Docker image...
View ArticleInstall kubectl and minikube on Fedora 32
Install kubectlIn your terminal run the following:curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s...
View ArticleK8s Ingress on minikube
HOWTOhttps://www.udemy.com/course/docker-and-kubernetes-the-complete-guide/...
View ArticleInstall Docker application into Google Cloud k8s
HOWTOhttps://www.udemy.com/course/docker-and-kubernetes-the-complete-guide/ GitHub repohttps://github.com/StephenGrider/multi-k8s/blob/master/.travis.yml...
View ArticleInstall Ingress using Helm on Google cloud
HOWTO https://helm.sh/docs/intro/install/#from-script https://helm.sh/docs/intro/using_helm/...
View ArticleDeploy application on Google Cloud k8s using Travis
HOWTOhttps://www.udemy.com/course/docker-and-kubernetes-the-complete-guide/https://cloud.google.com/kubernetes-engine/docs/tutorials/hello-app https://cloud.google.com/code/docs/vscode...
View ArticleGoogle Cloud code IDE extension
https://cloud.google.com/code/docs/vscode Install VS Code https://code.visualstudio.com/docs/setup/linux#_installationrpm --import https://packages.microsoft.com/keys/microsoft.ascsh -c 'echo -e...
View ArticleInstall Jenkins via Ansible
HOWTO Install Jenkins using Galaxy role https://training.galaxyproject.org/training-material/topics/admin/tutorials/jenkins/tutorial.htmlConfigure nodes...
View Article