Popular Posts
Recent Comments
- Juan Ortiz commented on Montar directorios NFS bajo Windows 7
(462 weeks ago)
Friends
Links
Sections
- Apache (11)
- Automation (1)
- AWS (4)
- Azure (1)
- Bicicleta (6)
- C (2)
- Curiosidades (5)
- Defecto (3)
- Docker (7)
- Ecos de sociedad (12)
- Es personal (31)
- Filosofía GNU (7)
- FreeBSD (1)
- HPC (4)
- Jenkins (3)
- Kubernetes (7)
- Linux (83)
- Linux Kernel (2)
- Linux Script (12)
- MDS (2)
- Microsoft (1)
- Nagios (1)
- offtopic (6)
- OpenStack (3)
- PHP (4)
- Python (7)
- Seguridad (4)
- Tips (27)
- Virtualización (4)
- Windows (4)
- WordPress (2)
search…
Old entries
Tags
- alta disponibilidad
- Apache
- automatización
- aws
- backup
- bash
- centos
- cluster
- cron
- cups
- debian
- DHCP
- DNS
- docker
- fsck
- glusterfs
- howto
- htaccess
- incron
- iptables
- kerberos
- kubernetes
- ldap
- lenny
- libertad
- linux
- lvm2
- mandriva directory server
- MDS
- miedo
- monitorizacion
- nfs
- openstack
- p2p
- PHP
- Python
- raid5
- samba
- script
- scripting
- shell
- ubuntu
- usermod
June 2023 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 -
Previously on nordri’s blog…
Tag Archives: kubernetes
ETCD Backup and Restore
In this post we’ll see how to perform a backup of the ETCD server and how to restore it afterwards. We are working with Minikube. First of all, lets see the how ETCD is configured looking at the manifest file … Continue reading
Posted in Kubernetes
Tagged backup, etcd, kubernetes, minikube
Comments Off on ETCD Backup and Restore
Kubernetes Pipeline
Let’s explain an easy way to build an integration pipeline (CI) on Minikube. Launch Minikube If you don’t have Minikube running on your system, $ minikube start –memory 4000 –cpus 2 Wait for a few minutes, you’ll see something like. … Continue reading
Posted in Jenkins, Kubernetes
Tagged jenkins, kubernetes, maven, minikube, mysql, springboot
Comments Off on Kubernetes Pipeline
Kubernetes Network Policy
On this post, I will show how you can isolate services within the same namespace in Kubernetes. Why would you want to do that? Think of this as if you want to test your app behind a firewall. To achive … Continue reading
Posted in Kubernetes
Tagged kubernetes, netpol, network policy
Comments Off on Kubernetes Network Policy
OpenStack & Kubernetes: LBaaS y Self Service Provisioning
Ya que tenemos desplegado Kubernetes en OpenStack vamos a aprovechar las capacidades de este para desplegar nuestras aplicaciones. Configurar Kubernetes para utilizar OpenStack El primer paso que tenemos que dar es configurar nuestras credenciales de OpenStack en Kubernetes. Para ello … Continue reading
Posted in Kubernetes, OpenStack
Tagged kubernetes, lbaas, openstack, storageclass
Comments Off on OpenStack & Kubernetes: LBaaS y Self Service Provisioning
Empaquetando Aplicaciones para Kubernetes
En la entrada anterior hemos visto como utilizar las herramientas que nos proporciona Kubernetes para construir nuestra aplicación. Ahora vamos a ver lo fácil que es construir un paquete con toda la información que va a necesitar nuestra aplicación para … Continue reading
Posted in Kubernetes
Tagged helm, kubernetes, WordPress
Comments Off on Empaquetando Aplicaciones para Kubernetes