Found 7 results

Kubernetes Cluster setup on CentOS

Kubernetes Cluster setup on CentOS isn’t that difficult anymore as it used to be in the past where we had to perform some major OS changes in order to build a proper environment. In this short tutorial we will guide you step by step how to actually set up a simple Kubernetes Cluster based on CentOS 7.5 and Kubernetes 1.12.1. Exactly like any other cluster a Kubernetes Cluster must always have an odd number of nodes like 3, 5, 7 and so on but in this particular tutorial we will resume to use only 3 nodes, one master node and […]

Category: Docker | Published: 23/10/2018 | Updated: 02/10/2019

Create CoreOS Container Linux Ignition File

With all recent changes within CoreOS’s Container Linux distribution one of the most notable change is related to the Ignition file, basically this file handles the configuration for any Container Linux installation and we can say that it is pretty powerful. The concept behind this is somehow simple but as we have already said, quite powerful, allowing the users to configure the operating system right from the start with all basic and advanced settings needed. In this short tutorial we will cover the basics of how to create a simple .yaml CoreOS Container Linux ignition config file and how to […]

Category: General | Published: 10/01/2020 | Updated: 10/01/2020

Change Kubernetes Pods CIDR

Changing Kubernetes Pods CIDR (Classless Inter-Domain Routing) is our next tutorial where we will learn in just a few easy steps how to change the network mask / range for our Kubernetes environment. Kubernetes is considered one of the most mature and stable platform for Docker orchestration – at the time of writing this tutorial -, being used in production environments by many big names from the tech industry. Mastering Kubernetes is not an easy task, it really takes time and require a lot of practice, it is well known of having a not so easy learning curve. Here, in […]

Category: Kubernetes | Published: 19/12/2019 | Updated: 22/12/2019

CoreOS Static IP Address

CoreOS static IP address configuration it is quite straight forward even though when we build a CoreOS cluster, DHCP should always be the standard setup. CoreOS has been cleverly designed to discover all new nodes that are joining in the same the network – with some extra configuration – but, in some cases, for various reasons, DHCP may not be an option and that is why in this short tutorial we will be showing you how to set up a static IP address on CoreOS by using a basic example. The solution for setting up a static IP is not […]

Category: General | Published: 05/12/2019 | Updated: 06/12/2019

Access MySQL without password

Access MySQL without password locally may be sometimes needed and quite handy for various reasons like for example if you are a very passionate database developer or just occasionally doing DBA stuff and you desperately need to quickly access a specific database or table, can be quite annoying to type in your username and password each time you are using the console. In this very short tutorial we’ll talk about how to access MySQL without using a password locally via terminal window. We have tested this method using MySQL version 5.6 and 5.7 based on CentOS 7 operating system but […]

Category: MySQL | Published: 10/08/2018 | Updated: 05/11/2018

Dump MySQL Table and Import

In this tutorial called dump MySQL table and import we will learn how to export a single database table using mysqlpump utility instead of exporting an entire database and also we will guide you how to import a single database table using different methods. Exporting a single table can be very handy when you have to update or replace another database table that is not part of a cluster or maybe you simply need it for your development environment to perform some quick changes or various tests. In this example we will use MySQL 5.7 and MySQL Client (CLI) based […]

Category: MySQL | Published: 08/08/2018 | Updated: 23/04/2019

 

  • 1
  • 2