{"id":33726,"date":"2019-10-31T21:54:23","date_gmt":"2019-10-31T18:54:23","guid":{"rendered":"https:\/\/prohoster.info\/blog\/ispolzuem-appdynamics-s-red-hat-openshift-v3\/"},"modified":"2019-10-31T21:54:23","modified_gmt":"2019-10-31T18:54:23","slug":"ispolzuem-appdynamics-s-red-hat-openshift-v3","status":"publish","type":"post","link":"https:\/\/prohoster.info\/sq\/blog\/administrirovanie\/ispolzuem-appdynamics-s-red-hat-openshift-v3","title":{"rendered":"P\u00ebrdorim AppDynamics me Red Hat OpenShift v3","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p><img decoding=\"async\" alt=\"P\u00ebrdorim AppDynamics me Red Hat OpenShift v3\" src=\"\/wp-content\/uploads\/2019\/05\/857ca28f180440c6ae5a545621ef98ba.jpeg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\nN\u00eb vitet e fundit, shum\u00eb organizata po d\u00ebshirojn\u00eb q\u00eb aplikacionet e tyre t\u00eb kalojn\u00eb nga monolit\u00ebt n\u00eb mikrosh\u00ebrbime duke p\u00ebrdorur \"platform\u00eb si sh\u00ebrbim\" (PaaS), si RedHat OpenShift v3. AppDynamics ka b\u00ebr\u00eb investime t\u00eb konsiderueshme p\u00ebr t\u00eb siguruar integrim t\u00eb klasit t\u00eb par\u00eb me ofrues t\u00eb till\u00eb.<br \/>\n<noindex><a rel=\"nofollow\" name=\"habracut\"><\/a><\/noindex><br \/>\n<img decoding=\"async\" alt=\"P\u00ebrdorim AppDynamics me Red Hat OpenShift v3\" src=\"\/wp-content\/uploads\/2019\/05\/f2cbdd96598266f9e9ad0eb435bb1bf8.jpeg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nAppDynamics integron agjent\u00ebt e saj me RedHat OpenShift v3 duke p\u00ebrdorur metodologjit\u00eb Source-to-Image (S2I). S2I \u00ebsht\u00eb nj\u00eb mjet p\u00ebr nd\u00ebrtimin e imazheve Docker t\u00eb riprodhueshme. Ajo krijon imazhe t\u00eb gatshme p\u00ebr tu ekzekutuar duke futur burimin e aplikacionit n\u00eb imazhin Docker dhe duke nd\u00ebrtuar nj\u00eb imazh t\u00eb ri Docker. Imazhi i ri p\u00ebrfshin imazhin baz\u00eb (nd\u00ebrtues) dhe burimin e nd\u00ebrtuar, tashm\u00eb gati p\u00ebr t\u2019u p\u00ebrdorur me komand\u00ebn e nisjes docker. S2I mb\u00ebshtet nd\u00ebrtimet inkrementale, t\u00eb cilat rip\u00ebrdorin var\u00ebsit\u00eb e ngarkuara m\u00eb par\u00eb, artefaktet e nd\u00ebrtuara m\u00eb par\u00eb, etj.<\/p>\n<h2>Procesi<\/h2>\n<p><\/p>\n<h3>Procese t\u00eb plota p\u00ebr t\u00eb p\u00ebrdorur AppDynamics me RedHat OpenShift<\/h3>\n<p><\/p>\n<h4>Hapi 1: RedHat \u00ebsht\u00eb tashm\u00eb i paracaktuar<\/h4>\n<p>\nP\u00ebr t\u00eb p\u00ebrfunduar hapat 2 dhe 3, mund t\u00eb p\u00ebrdorni skriptet S2I n\u00eb k\u00ebt\u00eb depo GitHub dhe udh\u00ebzimet p\u00ebr nd\u00ebrtimin e imazheve t\u00eb p\u00ebrmir\u00ebsuara p\u00ebr server\u00ebt JBoss Wildfly dhe EAP. <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/Appdynamics\/sti-wildfly\">shkoni n\u00eb lidhje<\/a><\/noindex><br \/>\nLe t\u00eb shqyrtojm\u00eb gjith\u00e7ka me nj\u00eb shembull konkret dhe t\u00eb p\u00ebrdorim modelin e aplikacionit <noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/jim-minter\/ose3-ticket-monster\">shkoni n\u00eb lidhje<\/a><\/noindex>.<\/p>\n<p>Kushtet paraprake:<\/p>\n<ul>\n<li>Sigurohuni q\u00eb OC t\u00eb jet\u00eb i instaluar (<noindex><a rel=\"nofollow\" href=\"https:\/\/docs.openshift.com\/enterprise\/3.0\/cli_reference\/get_started_cli.html#installing-the-cli\">link<\/a><\/noindex>)<\/li>\n<li>Sigurohuni q\u00eb sti t\u00eb jet\u00eb i instaluar (<noindex><a rel=\"nofollow\" href=\"https:\/\/github.com\/openshift\/source-to-image\">link<\/a><\/noindex>)<\/li>\n<li>Sigurohuni q\u00eb keni nj\u00eb llogari n\u00eb dockerhub (<noindex><a rel=\"nofollow\" href=\"https:\/\/hub.docker.com\/\">link<\/a><\/noindex>)<\/li>\n<\/ul>\n<p><\/p>\n<h4>Hapi 2: Krijimi i imazhit t\u00eb nd\u00ebrtuesit AppDynamics<\/h4>\n<p><\/p>\n<pre><code class=\"plaintext\"> $ git clone https:\/\/github.com\/Appdynamics\/sti-wildfly.git\n$ cd sti-wildfly\n$ make build VERSION=eap6.4 <\/code><\/pre>\n<p><\/p>\n<h4>Hapi 3: Krijimi i imazhit t\u00eb aplikacionit<\/h4>\n<p><\/p>\n<pre><code class=\"plaintext\"> $ s2i build  -e \"APPDYNAMICS_APPLICATION_NAME=os3-ticketmonster,APPDYNAMICS_TIER_NAME=os3-ticketmonster-tier,APPDYNAMICS_ACCOUNT_NAME=customer1_xxxxxxxxxxxxxxxxxxf,APPDYNAMICS_ACCOUNT_ACCESS_KEY=xxxxxxxxxxxxxxxxxxxxx,APPDYNAMICS_CONTROLLER_HOST=xxxx.saas.appdynamics.com,APPDYNAMICS_CONTROLLER_PORT=443,APPDYNAMICS_CONTROLLER_SSL_ENABLED=true\" https:\/\/github.com\/jim-minter\/ose3-ticket-monster appdynamics\/sti-wildfly-eap64-centos7:latest pranta\/appd-eap-ticketmonster\n$ docker tag openshift-ticket-monster pranta\/openshift-ticket-monster:latest\n$ docker push pranta\/openshift-ticket-monster <\/code><\/pre>\n<p><\/p>\n<h4>Hapi 4: Shp\u00ebrndani aplikacionin n\u00eb OpenShift<\/h4>\n<p><\/p>\n<pre><code class=\"plaintext\">$ oc login 10.0.32.128:8443\n$ oc new-project wildfly\n$ oc project wildfly\n$ oc new-app \u2013docker-image=pranta\/appd-eap-ticketmonster:latest \u2013name=ticketmonster-demo<\/code><\/pre>\n<p>\n<img decoding=\"async\" alt=\"P\u00ebrdorim AppDynamics me Red Hat OpenShift v3\" src=\"\/wp-content\/uploads\/2019\/05\/a99e20c41ccf00c2151c2c18679de6cb.jpeg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nTani mund t\u00eb hyni n\u00eb kontrollues dhe t\u00eb shihni aplikacionin ticketmonster n\u00eb panelin e aplikacioneve:<\/p>\n<p><img decoding=\"async\" alt=\"P\u00ebrdorim AppDynamics me Red Hat OpenShift v3\" src=\"\/wp-content\/uploads\/2019\/05\/13ff5f7d879a780cbc2f7f138199e589.jpeg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>Burimi: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/post\/451956\/\">habr.com<\/a><\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u0412 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0432\u0440\u0435\u043c\u044f \u043c\u043d\u043e\u0433\u0438\u0435 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438 \u0445\u043e\u0442\u044f\u0442, \u0447\u0442\u043e\u0431\u044b \u0438\u0445 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0438\u043b\u0438 \u0438\u0437 \u043c\u043e\u043d\u043e\u043b\u0438\u0442\u043e\u0432 \u0432 \u043c\u0438\u043a\u0440\u043e\u0441\u0435\u0440\u0432\u0438\u0441\u0430\u043c \u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u00ab\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b \u043a\u0430\u043a \u0443\u0441\u043b\u0443\u0433\u0438\u00bb (PaaS), \u0442\u0430\u043a\u0438\u0445 \u043a\u0430\u043a RedHat OpenShift v3, AppDynamics \u0441\u0434\u0435\u043b\u0430\u043b\u0430 \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0446\u0438\u0438 \u0432 \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u0435 \u043f\u0435\u0440\u0432\u043e\u043a\u043b\u0430\u0441\u0441\u043d\u043e\u0439 \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u0438 \u0441 \u0442\u0430\u043a\u0438\u043c\u0438 \u043f\u0440\u043e\u0432\u0430\u0439\u0434\u0435\u0440\u0430\u043c\u0438. AppDynamics \u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u0443\u0435\u0442 \u0441\u0432\u043e\u0438 \u0430\u0433\u0435\u043d\u0442\u044b \u0441 RedHat OpenShift v3 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u043c\u0435\u0442\u043e\u0434\u043e\u043b\u043e\u0433\u0438\u0438 Source-to-Image (S2I). S2I \u2014 \u044d\u0442\u043e \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442 \u0434\u043b\u044f \u0441\u0431\u043e\u0440\u043a\u0438 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u043c\u044b\u0445 [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":25406,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[688],"tags":[],"class_list":["post-33726","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-administrirovanie"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u0412 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0432\u0440\u0435\u043c\u044f \u043c\u043d\u043e\u0433\u0438\u0435 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438 \u0445\u043e\u0442\u044f\u0442, \u0447\u0442\u043e\u0431\u044b \u0438\u0445 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0438\u043b\u0438 \u0438\u0437 \u043c\u043e\u043d\u043e\u043b\u0438\u0442\u043e\u0432 \u0432 \u043c\u0438\u043a\u0440\u043e\u0441\u0435\u0440\u0432\u0438\u0441\u0430\u043c \u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u00ab\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b \u043a\u0430\u043a \u0443\u0441\u043b\u0443\u0433\u0438\u00bb (PaaS), \u0442\u0430\u043a\u0438\u0445 \u043a\u0430\u043a RedHat OpenShift v3, AppDynamics \u0441\u0434\u0435\u043b\u0430\u043b\u0430 \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0446\u0438\u0438 \u0432 \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u0435 \u043f\u0435\u0440\u0432\u043e\u043a\u043b\u0430\u0441\u0441\u043d\u043e\u0439 \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u0438 \u0441 \u0442\u0430\u043a\u0438\u043c\u0438 \u043f\u0440\u043e\u0432\u0430\u0439\u0434\u0435\u0440\u0430\u043c\u0438. AppDynamics \u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u0443\u0435\u0442 \u0441\u0432\u043e\u0438 \u0430\u0433\u0435\u043d\u0442\u044b \u0441 RedHat OpenShift v3 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u043c\u0435\u0442\u043e\u0434\u043e\u043b\u043e\u0433\u0438\u0438 Source-to-Image (S2I). S2I \u2014 \u044d\u0442\u043e \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442 \u0434\u043b\u044f \u0441\u0431\u043e\u0440\u043a\u0438 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u043c\u044b\u0445\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/sq\/blog\/administrirovanie\/ispolzuem-appdynamics-s-red-hat-openshift-v3\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"sq_AL\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c AppDynamics \u0441 Red Hat OpenShift v3 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u0412 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0432\u0440\u0435\u043c\u044f \u043c\u043d\u043e\u0433\u0438\u0435 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438 \u0445\u043e\u0442\u044f\u0442, \u0447\u0442\u043e\u0431\u044b \u0438\u0445 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0438\u043b\u0438 \u0438\u0437 \u043c\u043e\u043d\u043e\u043b\u0438\u0442\u043e\u0432 \u0432 \u043c\u0438\u043a\u0440\u043e\u0441\u0435\u0440\u0432\u0438\u0441\u0430\u043c \u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u00ab\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b \u043a\u0430\u043a \u0443\u0441\u043b\u0443\u0433\u0438\u00bb (PaaS), \u0442\u0430\u043a\u0438\u0445 \u043a\u0430\u043a RedHat OpenShift v3, AppDynamics \u0441\u0434\u0435\u043b\u0430\u043b\u0430 \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0446\u0438\u0438 \u0432 \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u0435 \u043f\u0435\u0440\u0432\u043e\u043a\u043b\u0430\u0441\u0441\u043d\u043e\u0439 \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u0438 \u0441 \u0442\u0430\u043a\u0438\u043c\u0438 \u043f\u0440\u043e\u0432\u0430\u0439\u0434\u0435\u0440\u0430\u043c\u0438. AppDynamics \u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u0443\u0435\u0442 \u0441\u0432\u043e\u0438 \u0430\u0433\u0435\u043d\u0442\u044b \u0441 RedHat OpenShift v3 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u043c\u0435\u0442\u043e\u0434\u043e\u043b\u043e\u0433\u0438\u0438 Source-to-Image (S2I). S2I \u2014 \u044d\u0442\u043e \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442 \u0434\u043b\u044f \u0441\u0431\u043e\u0440\u043a\u0438 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u043c\u044b\u0445\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/sq\/blog\/administrirovanie\/ispolzuem-appdynamics-s-red-hat-openshift-v3\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2019-10-31T18:54:23+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2019-10-31T18:54:23+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47P\u00ebrdorim AppDynamics me Red Hat OpenShift v3 | ProHoster","description":"N\u00eb vitet e fundit, shum\u00eb organizata po d\u00ebshirojn\u00eb q\u00eb aplikacionet e tyre t\u00eb kalojn\u00eb nga monolit\u00ebt n\u00eb mikrosh\u00ebrbime duke p\u00ebrdorur \"platform\u00eb si sh\u00ebrbim\" (PaaS), si RedHat OpenShift v3. AppDynamics ka b\u00ebr\u00eb investime t\u00eb konsiderueshme p\u00ebr t\u00eb siguruar integrim t\u00eb klasit t\u00eb par\u00eb me ofrues t\u00eb till\u00eb. AppDynamics integron agjent\u00ebt e saj me RedHat OpenShift v3 duke p\u00ebrdorur metodologjit\u00eb Source-to-Image (S2I). S2I \u00ebsht\u00eb nj\u00eb mjet p\u00ebr nd\u00ebrtimin e riprodhuesh\u00ebm.","canonical_url":"https:\/\/prohoster.info\/sq\/blog\/administrirovanie\/ispolzuem-appdynamics-s-red-hat-openshift-v3","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"sq_AL","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c AppDynamics \u0441 Red Hat OpenShift v3 | ProHoster","og:description":"\u0412 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0435 \u0432\u0440\u0435\u043c\u044f \u043c\u043d\u043e\u0433\u0438\u0435 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u0438 \u0445\u043e\u0442\u044f\u0442, \u0447\u0442\u043e\u0431\u044b \u0438\u0445 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0438\u043b\u0438 \u0438\u0437 \u043c\u043e\u043d\u043e\u043b\u0438\u0442\u043e\u0432 \u0432 \u043c\u0438\u043a\u0440\u043e\u0441\u0435\u0440\u0432\u0438\u0441\u0430\u043c \u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c \u00ab\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b \u043a\u0430\u043a \u0443\u0441\u043b\u0443\u0433\u0438\u00bb (PaaS), \u0442\u0430\u043a\u0438\u0445 \u043a\u0430\u043a RedHat OpenShift v3, AppDynamics \u0441\u0434\u0435\u043b\u0430\u043b\u0430 \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0438\u043d\u0432\u0435\u0441\u0442\u0438\u0446\u0438\u0438 \u0432 \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u0435 \u043f\u0435\u0440\u0432\u043e\u043a\u043b\u0430\u0441\u0441\u043d\u043e\u0439 \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u0438 \u0441 \u0442\u0430\u043a\u0438\u043c\u0438 \u043f\u0440\u043e\u0432\u0430\u0439\u0434\u0435\u0440\u0430\u043c\u0438. AppDynamics \u0438\u043d\u0442\u0435\u0433\u0440\u0438\u0440\u0443\u0435\u0442 \u0441\u0432\u043e\u0438 \u0430\u0433\u0435\u043d\u0442\u044b \u0441 RedHat OpenShift v3 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u043c\u0435\u0442\u043e\u0434\u043e\u043b\u043e\u0433\u0438\u0438 Source-to-Image (S2I). S2I \u2014 \u044d\u0442\u043e \u0438\u043d\u0441\u0442\u0440\u0443\u043c\u0435\u043d\u0442 \u0434\u043b\u044f \u0441\u0431\u043e\u0440\u043a\u0438 \u0432\u043e\u0441\u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u043c\u044b\u0445","og:url":"https:\/\/prohoster.info\/sq\/blog\/administrirovanie\/ispolzuem-appdynamics-s-red-hat-openshift-v3","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2019-10-31T18:54:23+00:00","article:modified_time":"2019-10-31T18:54:23+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"33726","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":"2026-01-21 16:27:19","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-03-01 02:34:13","updated":"2026-01-21 16:27:19","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/posts\/33726","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/comments?post=33726"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/posts\/33726\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/media\/25406"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/media?parent=33726"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/categories?post=33726"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/sq\/wp-json\/wp\/v2\/tags?post=33726"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}