Menu
murmur blog
  • About me
  • Flutter
murmur blog

[bluemix]Dockerizing microservice

Posted on 2018년 11월 9일2019년 8월 28일 by JH Y

    microservice architecture 로 web application을 만들어 보겠습니다. microservice architecture와 잘 맞는 docker 기술을 활용할 것이고 docker환경에서 deploy, debugging, testing을 어떻게 하는지 알아 보겠습니다.     본 과정을 진행하기 위해선 Docker, Microservice 개념에 대해서 기본적인 이해가 필요합니다.     전체 application은 아래와 같은 구조를 갖습니다.     본 실습은 아래와 같은 구성으로 진행 됩니다….

[bluemix]Dockerizing microservice

Posted on 2018년 11월 7일2019년 8월 28일 by JH Y

        docker를 이용하여 개발과 test를 하는 방법에 대해 알아 보겠습니다. microservice architecture 로 구현 해보겠습니다. Docker, Microservice 개념에 대해서 기본적인 이해가 필요한 내용 입니다. .             본 실습은 아래와 같은 구성으로 진행 됩니다. Contents Project Setup Docker Config Postgres Setup Users Service Setup Locations Service Setup Web…

django debug tool bar setting

Posted on 2018년 8월 17일2018년 9월 21일 by JH Y

install debug toolbal pip install django-debug-toolbar edit settings.py DEBUG=True 추가 installed_app 추가 django.contrib.staticfiles debug_toolbar MIDDLEWARE_CLASSES 추가 debug_toolbar.middleware.DebugToolbarMiddleware INTERNAL_IPS = (210.33.33.33 ) 추가. – client ip를 넣어야 한다. urls.py edit from django.conf import settings if settings.DEBUG: import debug_toolbar urlpatterns += [ url(r‘^__debug__/’, include(debug_toolbar.urls)), ]     edit views.py print(“IP Address for debug-toolbar: ” + request.META[‘REMOTE_ADDR’])   =>…

securesign ssl 적용

Posted on 2018년 8월 3일2018년 9월 21일 by JH Y

일단 securesign을 통해 ssl 구매한다. 종류가 다양한데 아무거나 구매해도 일단 동작은 한다. 적당히 자기에게 맞는걸 골라 구매 하자.     이메일 인증/ domain dns 인증 등을 통해 인증을 한다.     인증이 완료 되면 cert파일이 이메일로 온다.     서버에 올리고 아래와 같이 virtual host를 설정 한다. SSLEngine on     SSLCertificateKeyFile /etc/apache2/ssl/securesign/garaol.com_201804050757.key.pem SSLCertificateFile /etc/apache2/ssl/securesign/garal.com_201804050757.crt.pem…

su -user 제한

Posted on 2018년 7월 27일2018년 9월 21일 by JH Y

아래와 같이 sugroups를 설정하시면 AIX에서 su 멤버를 제한할 수 있습니다.   /usr/bin/su 의 권한은 원래대로 원복 시킨 후 작업하시기 바랍니다.   원래 권한 :   -r-sr-xr-x   1 root     security      31706 Feb 12 2007  su     === su root 가능한 유저 그룹 만들기 ===     # smitty group > 새 group추가  > member에 su…

AIX 6.1 Default memory

Posted on 2018년 7월 18일2018년 9월 21일 by JH Y

    4. 아래와 같은 경우에는 memory free 영역이 남아있더라도 unexpected pgsp out이 발생할수 있습니다.      AIX 6.1 Default memory tuning minperm = 3% maxperm = 90% maxclient = 90% lru_file_repage = 0 This will prevent paging unless avm > 95% of RAM     Exceptional cases with the above tuning PSALLOC=EARLY Causes paging…

AIX memory에 관련된 답변 comp & noncomp & client영역

Posted on 2018년 7월 16일2018년 9월 21일 by JH Y

        AIX에서는 물리적인 메모리를 100% 사용할 수 있도록 구성되어 있습니다. 즉, AIX kernel 이 사용하는 연산영역(Comp) 을 제외하고 남는 여유 영역을 File Caching(non-comp) 용도로 사용하도록 하게 되어 있습니다. 따라서 대부분의 AIX 시스템에서 메모리 사용률이 마치 100%가까이  나타날 수 있습니다.     이렇게 전체 메모리 중 필요한 연산영역을 제외한 나머지를 File Caching 용도로…

  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 42
  • Next

카테고리

  • a-Tech
  • Aix
  • ETC
  • Flutter
  • Food
  • K_culture
  • Media
  • Power system
  • Storage

그 밖의 기능

  • 로그인
  • 글 RSS
  • 댓글 RSS
  • WordPress.org

최근 글

  • Box Constraint
  • Flutter responsive UI
  • Flutter 레이아웃
  • Flutter widget 소개
  • Write your first Flutter app, part 2
©2023 murmur blog | Powered by WordPress & Superb Themes
murmur blog
WordPress가 지원합니다 테마: Newspaperist.