Skip to content

www.Dev4Devs.com

  • Linkedin
  • GitHub
  • Twitter

Solutions for developers

  • Home
  • Tags
    • ci
    • command line
    • devtools
    • docker
    • git
    • [Intellij IDEA]
    • macosx
    • operator-sdk
    • operator-framework
    • opensource
    • operators
    • regex
    • ssh
    • travis
    • utils
    • woman
    • kubernetes
  • Search
  • Categories
    • Algorithms
    • ansible
    • Books
    • CommandLine
    • DevOps
    • docker
    • English
    • Functional Programming
    • git
    • golang
    • Hibernate
    • Java
    • Javascript
    • NodeJS
    • MongoDB
    • kubernetes
    • operators
    • OpenShift
    • Tips
  • About

Category: Uncategorized

[OpenShift] – Why the oc command line is not working in my Minishift local installation? How to install oc tool for Minishift?

The Minishift installation has the oc tool by default already and it is not required be download and/or installed. In … More

command line, Minishift, oc tool, OpenShift

[Git] – How to delete a tag from a upstream/remote repository?

Use the following commands. $git tag -d <TagName> $git push origin :refs/tags/<TagName> Following an example. $git tag -d v3.0.2 $git … More

git

[NodeJS] – How to release a new npm lib/project version?

Create a tag for your release $git tag -a <TagName> -m “<message>” (E.g $git tag -a v1.2.0 -m “version v1.2.0”) … More

node.js

[OpenShift] – Understanding Jenkins Pipelines and how to integrate it on OpenShift.

You can implement via Jenkins a workflow with many steps which can be used to automate your CI and CD process. … More

[OpenShift] – Recommended free Material to learn OpenShift

OpenShift for Developers eBook: <https://www.openshift.com/promotions/for-developers.html&gt; DevOps with OpenShift: <https://openshift-com.s3.amazonaws.com/ebooks/DevOps_with_OpenShift.pdf&gt;

OpenShift

[OpenShift] – How to install Jenkins on OpenShift?

OpenShift provides container images for running Jenkins which includes the pre-installed Kubernetes plug-in that allows Jenkins slaves to be dynamically provisioned on … More

DevOps, OpenShift

[OpenShift] – How to create credentials for your application connect to an external service in the build time?

You can use the command  $oc secrets [options] Via the command $oc secrets –help you can see the available types. Following an … More

DevOps, OpenShift

[OpenShift] – Resources configuration of a pod

The request resources is a configuration related to the quantity of memory and CPU minimal required to run the pod on … More

DevOps, OpenShift

[OpenShift] – Health checks

The health checks are really important because of it is used by OpenShift be able to know if it has something … More

[OpenShift] – How to setup blue/green environment? POC of blue/green setup in Openshift.

Following a small example of this setup. (POC) Create a project: $ oc new-project bluegren Create a new app based on … More

OpenShift, redhat

Posts navigation

Older posts
Newer posts

Search

Follow www.Dev4Devs.com on WordPress.com

Category Cloud

Algorithms AngularJS ansible Architecture Books CommandLine container convection DevOps docker English Functional Programming git golang helm hibernate java javascript JavaServer Faces kubebuilder kubernetes layout maven meteor minikube mongoDB neo4j NodeJS OpenShift operators postgreSQL primefaces python regex shell SO think tips Uncategorized [Intellij IDEA]

Tags Cloud

5.0 2019 2020 aggregate ai Algorithms amazon android AngularJS annotations ansible anyMatch Architecture AtomicBoolean autocomplete automate aws beans best practices Books bootstrap bundle cache callable cdi centos ci Clojure cloud code collections command line CommandLine configuration confirmation container contribution control-plane.io cool cordova course database datable date date component debugger debugging for chrome default methods Design design pattern development DevOps devtools directions api docker email English estatistics events example exceptions faces factory Fedora filter findFirst fix foreach formatter Functional Programming genericConverter gi git golang good practices google gradle groupingBy grunt hibernate ibm images install interceptors ios isse java java8 javascript javaserverfaces JAX-B jdk js jsf junit key kids kubebuilder kubernetes kubernets lambdas layout learn lint linux local env london macosx mandrill mapping maps Material Design math maven meteor Methods microservices minikube Minishift mobile mongoDB music neo4j node node.js nuaware oc tool olm OpenShift opensource operator-framework operator-sdk operatorhub operators optional parse performace pocs pool postgreSQL primafeces primefaces Process python reactivevar redhat redis reflection regex regular expressions remotework responsive rest rhel7 sax scalingo script sdk security sensitive shel shell socket sorted sound sp spin sponsored by spring ssh StAX STEM stream streams sum t tail recursion tdc think thread threads tip tips travis UI uk upstream utils vagrant validation form volatile webpack wildfly woman xml xpath xsd xsl XSLT [Intellij IDEA]
Create a website or blog at WordPress.com
  • Subscribe Subscribed
    • www.Dev4Devs.com
    • Join 56 other subscribers
    • Already have a WordPress.com account? Log in now.
    • www.Dev4Devs.com
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...