4 posts tagged with "openstack"

Deploy openstack component on Kubernetes(4) - deploy rabbitmq, memcached, keystone, glance

Posted on July, 2021

rabbitmq rabbitmq의 Readiness, liveness 조건 Value.yaml의 Volume.class_names: general을 StorageClass명으로 변경 replica를 1개로만 설정 memcached keystone replica를 1개로만 설정 values.yaml의 bootstrap… Read full post

Deploy openstack component on Kubernetes(3) - deploy mariaDB

Posted on July, 2021

Deploy mariaDB helm serve를 해야 local chart repo로부터 ingress 패키지를 저장할 수 있다. values.yaml파일의 volume을 내가 사용할 storage class인 pcl로 변경해준다. . Error 1 에러 메시지 해결 방법 그룹 기반의 권한 관리를 위한 AppArmor 리눅스 보안 모듈때문에 mariadb… Read full post

Deploy openstack component on Kubernetes(2) - deploy ingress controller

Posted on July, 2021

Deploy ingress controller helm serve를 해야 local chart repo로부터 ingress 패키지를 저장할 수 있다. 설치 가이드 다음 링크에 있는 가이드의 단계와 스크립트를 실행한다. https://docs.openstack.org/openstack-helm/latest/ko_KR/install/multinode.html… Read full post

Deploy openstack component on Kubernetes(1) - setting

Posted on July, 2021

openstack 컴포넌트를 쿠버네티스 자원으로 배포하여 라이프사이클을 관리해본다. 목표 상용으로 사용할만한 오픈스택 솔루션을 위해 K8s가 Stateful한 애플리케이션을 스케쥴링하는데 사용할 수 있도록 persistent volume을 연결한다. 설치 가이드 다음 링크에 있는 가이드의 단계와 스크립트를 실행한다. https://docs.openstack… Read full post